Skip to content

S3 DLQ should pass expected bucket owner to PutObject request #5498

@graytaylor0

Description

@graytaylor0

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 (

), which is at risk to bucket sniping

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

  1. Pass the bucket_owner if configured
  2. 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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions