Describe the bug
According to the doc, Content-Encoding is part of the request header.
It seems to be set for plain PUT: here and here
But I don't see the field set for multipart upload initialization https://github.com/apache/opendal/blob/main/core/services/s3/src/core.rs#L785
Steps to Reproduce
N/A
Expected Behavior
Both plain put and multipart upload should have content encoding properly set.
Additional Context
No response
Are you willing to submit a PR to fix this bug?
Describe the bug
According to the doc,
Content-Encodingis part of the request header.It seems to be set for plain PUT: here and here
But I don't see the field set for multipart upload initialization https://github.com/apache/opendal/blob/main/core/services/s3/src/core.rs#L785
Steps to Reproduce
N/A
Expected Behavior
Both plain put and multipart upload should have content encoding properly set.
Additional Context
No response
Are you willing to submit a PR to fix this bug?