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
Next Next commit
chore(s3): backfill missing enums for s3
  • Loading branch information
paulhcsun committed Feb 28, 2025
commit d87fe8717fa241f1811a06aaa2ae590c3f043132
10 changes: 10 additions & 0 deletions packages/aws-cdk-lib/aws-s3/lib/bucket.ts
Original file line number Diff line number Diff line change
@@ -3292,6 +3292,16 @@ export enum EventType {
* object’s ACL.
*/
OBJECT_ACL_PUT = 's3:ObjectAcl:Put',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
*/
S3_OBJECTRESTORE = 's3:ObjectRestore:*',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
*/
S3_REPLICATION = 's3:Replication:*',
}

export interface NotificationKeyFilter {
Loading
Oops, something went wrong.