Skip to content

1st party - Composite GCS Uploads #2812

@cobookman

Description

@cobookman

It'd be great to have first party support for GCS composit uploads of large files / streams. While technically possible the SDK now, its not nearly as easy as using gsutil:
gsutil -o GSUtil:parallel_composite_upload_threshold=150M cp bigfile gs://your-bucket

Thinking something like this would be great:

storage = ....
blobInfo = ...
storage.parallelCompositUpload(readChannel, blobInfo);

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the Cloud Storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions