Skip to content

Don't write on shared FS when OS in enabled

Alessio Caiazza requested to merge ac-fix-only-os-uplods into master

What does this MR do?

When direct_upload enabled we are still dumping a local copy of the file on disk.

This MR disables this behavior.

Workhorse will be instructed to write the file on disk only when direct_upload is disabled.

Related to #22547 (closed) - based on gitlab-foss!19712 (closed)

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Edited by Alessio Caiazza

Merge request reports