Add copy to S3Template #1157
Labels
component: s3
S3 integration related issue
status: waiting-for-feedback
Waiting for feedback from issuer
type: enhancement
Smaller enhancement in existing integration
Type: Feature
When uploading a gzip file via another API it doesn't create the "Content-Encoding" metadata automatically, so I have to copy the file adding the contentEncoding parameter using S3Client.
Describe the solution you'd like
Add a method to execute Copy on S3Template passing the source/destination buckets and keys and possibly the Content-Encoding parameter.
Describe alternatives you've considered
Alternative is using S3Client directly, but more verbose.
May I try to work on this?
The text was updated successfully, but these errors were encountered: