Skip to content

Commit

Permalink
Rename due to conflict: S3::StorageLensGroup.StorageLensFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Dec 6, 2023
1 parent 3310b9c commit 0013bd7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/patches/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
"path": "/PropertyTypes/AWS::S3::StorageLens.StorageLensConfiguration/Properties/DataExport/Type",
"value": "StorageLensDataExport",
},
# Rename AWS::S3::StorageLensGroup.Filter to AWS::S3::StorageLensGroup.StorageLensFilter due to conflict with AWS::S3::Bucket.Filter
{
"op": "move",
"from": "/PropertyTypes/AWS::S3::StorageLensGroup.Filter",
"path": "/PropertyTypes/AWS::S3::StorageLensGroup.StorageLensFilter",
},
{
"op": "replace",
"path": "/ResourceTypes/AWS::S3::StorageLensGroup/Properties/Filter/Type",
"value": "StorageLensFilter",
},
# Rename AWS::S3::LifecycleConfiguration.Rule to AWS::S3::LifecycleConfiguration.LifecycleRule - backward compatibility
{
"op": "move",
Expand Down

0 comments on commit 0013bd7

Please sign in to comment.