tramline icon indicating copy to clipboard operation
tramline copied to clipboard

Uploads should ideally be streamed from source to destination

Open kitallis opened this issue 3 years ago • 0 comments

Currently,

Our downloads from Github/Bitrise to GCP or GCP to PlayStore involve loading up the binaries entirely in memory and then uploading/fetching them. These should ideally be streamed from s to d in a chunked manner such that the entire file isn't loaded into memory all at once.

kitallis avatar Jan 09 '23 07:01 kitallis