Skip to content

Resolve "GitLab Project export should use object storage"

What does this MR do?

This is for the export only

  • Adds a feature flag to enable/disable Object Storage
  • Uses an uploader when this flag is true
  • Uses the old code when the flag is false
  • When an export already has a file using the old cose, uses that regardless of the flag

Are there points in the code the reviewer needs to double check?

Haven't tested if it actually works on object storage the way we have in GitLab

What are the relevant issue numbers?

Closes #46246 (closed)

Edited by James Lopez

Merge request reports