Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(s3): cannot deploy multiple replication source buckets (under fea…
…ture flag) (#33360) ### Issue # (if applicable) Closes #33355. ### Reason for this change We cannot deploy multiple source buckets for object replication due to the explicitly set replication role name. ### Description of changes Set replication role name by `PhysicalName.GENERATE_IF_NEEDED`. ### Describe any new or updated permissions being added None ### Description of how you validated changes Update both unit and integ test. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information