Skip to content

Draft: Spike final upload path

Erick Bajao requested to merge spike-final-upload-path into master

Ref: #285597 (closed)

What does this MR do and why?

This is a POC MR which is an attempt to avoid copying objects from one bucket to another for CI artifacts.

As workhorse takes care of uploading a file directly to object storage we don't need CarrierWave to copy the file over one temporary directory to a final directory.

This will solve an issue where large artifacts uploads are timing out ( >60-second Puma timeout).

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Max Orefice

Merge request reports