Replies: 1 comment
-
Do they require content-length on CreateMultipartUpload, or on UploadPart? The UploadPart operation has a If it's needed for CreateMultipartUpload, you can call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Some S3 API providers require the
content-length
header to be published when using the S3 API andcreate_multipart_upload()
. Specifically GCP is an example of this, therefore it is not possible to useaws-sdk-rust
with GCP.Expected Behavior
create_multipart_upload()
should send acontent-length
header.Current Behavior
content-length
header is not published.Reproduction Steps
Try to use the
create_multipart_upload()
with GCP's API.Possible Solution
No response
Additional Information/Context
Possible more context: TraceMachina/nativelink#491
Version
Environment details (OS name and version, etc.)
N/A
Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions