-
Notifications
You must be signed in to change notification settings - Fork 313
S3 DLQ should pass expected bucket owner to PutObject request #5498
Copy link
Copy link
Closed
Description
Is your feature request related to a problem? Please describe.
Currently, the S3 DLQ does not have an expected bucket owner when it makes a PutObject request (
Line 104 in 76ba065
| .bucket(bucket) |
Describe the solution you'd like
A new bucket_owner option in the DLQ configuration
Pass the expectedBucketOwner to the PutObject request by following these rules
- Pass the
bucket_ownerif configured - Pass the account id of the sts_role_arn if supplied
Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done