TraceMachina / TraceMachina/nativelink

GCP's S3 API for Google Cloud Buckets requires `content-length` header for create-multi-part-upload

Open
#491 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.