service/s3: presigned PutObject with Tagging set does not add tagging to object in S3 bucket. #1016
Closed
3 tasks done
Labels
bug
This issue is a bug.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
Objects uploaded to S3 ith presign Put Object URL with
Tagging
parameter set, do not have the tagging metadata. The SDK hoists thex-amz-tagging
header to the query string, which is ignored by S3. S3 requires thex-amz-tagging
to be a signed header.Version of AWS SDK for Go?
v0.31.0`
Version of Go (
go version
)?v1.15.x
To Reproduce (observed behavior)
Expected behavior
To be able to put the object to S3 with the tagged header.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: