Skip to content
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
4 changes: 4 additions & 0 deletions samtranslator/model/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ class S3Bucket(Resource):
"BucketEncryption": PropertyType(False, any_type()),
"BucketName": PropertyType(False, is_str()),
"CorsConfiguration": PropertyType(False, any_type()),
"IntelligentTieringConfigurations": PropertyType(False, any_type()),
"InventoryConfigurations": PropertyType(False, any_type()),
"LifecycleConfiguration": PropertyType(False, any_type()),
"LoggingConfiguration": PropertyType(False, any_type()),
"MetricsConfigurations": PropertyType(False, any_type()),
"NotificationConfiguration": PropertyType(False, is_type(dict)),
"ObjectLockConfiguration": PropertyType(False, is_type(dict)),
"ObjectLockEnabled": PropertyType(False, is_type(dict)),
"OwnershipControls": PropertyType(False, is_type(dict)),
"PublicAccessBlockConfiguration": PropertyType(False, is_type(dict)),
"ReplicationConfiguration": PropertyType(False, any_type()),
"Tags": PropertyType(False, is_type(list)),
Expand Down