Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(s3): backfill missing enums for s3 #33655

Merged
merged 4 commits into from
Mar 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/aws-cdk-lib/aws-s3/lib/bucket.ts
  • Loading branch information
paulhcsun authored Mar 1, 2025
commit 1d72c57c1fb7d752b85859dff830fff24cdb1703
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-s3/lib/bucket.ts
Original file line number Diff line number Diff line change
@@ -3304,9 +3304,9 @@ export enum EventType {
OBJECT_RESTORE = 's3:ObjectRestore:*',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
* You receive this notification event for any object replication event.
*/
S3_REPLICATION = 's3:Replication:*',
REPLICATION = 's3:Replication:*',
}

export interface NotificationKeyFilter {