TraceMachina / TraceMachina/nativelink
GCP's S3 API for Google Cloud Buckets requires `content-length` header for create-multi-part-upload
Open
@adam-singer is already working on this.
Since Dec 21, 2023.
bug
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 244
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 54
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.