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 71cf4c2de51e7d20d5ae98c469764e8adcbed4ec
9 changes: 7 additions & 2 deletions packages/aws-cdk-lib/aws-s3/lib/bucket.ts
Original file line number Diff line number Diff line change
@@ -3294,9 +3294,14 @@ export enum EventType {
OBJECT_ACL_PUT = 's3:ObjectAcl:Put',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
* Using restore object event types you can receive notifications for
* initiation and completion when restoring objects from the S3 Glacier
* storage class.
*
* You use s3:ObjectRestore:* to request notification of
* any restoration event.
*/
S3_OBJECTRESTORE = 's3:ObjectRestore:*',
OBJECT_RESTORE = 's3:ObjectRestore:*',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]