GCP's S3 API for Google Cloud Buckets requires content-length
header for create-multi-part-upload
#491
Labels
bug
Something isn't working
In the event a user is using Google Cloud Buckets and S3 store, uploads >5MB are required to be uploaded using mutlti-part; however, it is not possible because the aws-sdk-rust library does not publish the
content-length
header for that payload resulting in the request failing and being unable to do that upload in GCP.The only current work around is to use dedup store and make sure it splits the objects into smaller chunks.
The text was updated successfully, but these errors were encountered: