cirruslabs / cirrus-cli

CLI for executing Cirrus tasks locally and in any CI
GNU Affero General Public License v3.0
204 stars 18 forks source link

cirrus_ci_service.proto: support multipart cache uploads #774

Closed edigaryev closed 2 months ago

edigaryev commented 2 months ago

To go beyond the 5 GB limit and upload parts in parallel.

edigaryev commented 2 months ago

Added content_length field to MultipartCacheUploadPartRequest as it's required by R2, see https://github.com/cirruslabs/chacha/pull/4.