cirruslabs / cirrus-ci-agent

Agent to execute Cirrus CI tasks
Mozilla Public License 2.0
13 stars 6 forks source link

Upload artifacts in chunks #284

Closed fkorotkov closed 1 year ago

fkorotkov commented 1 year ago

Right now for presigned artifacts uploading we try to generate all the links at once. If there are thousands of files it will time out. Let's chunk files in groups of 100.