Allow request_payer argument for aws_s3_objects data source #26569
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/s3
Issues and PRs that pertain to the s3 service.
Milestone
Community Note
Description
Some S3 data sources/resources support setting
request_payer
(for exampleaws_s3_object_copy
). I would like this argument to be available foraws_s3_objects
as well.My specific use case is fetching an object (who’s exact key I don't know in advance, but I can figure out from a list of existing objects) from a bucket owned by another account (where I only have permissions to get objects from that specific bucket). That bucket is a Requester Pays bucket.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: