Remove s3_omit_multipart_urls feature flag
What does this MR do and why?
In GitLab 15.0,
!85306 (merged) introduced
the s3_omit_multipart_urls
feature flag to skip the generation of
pre-signed multipart URLs if the Workhorse S3 client were used. This
fixed an bug where multipart URLs could be left in an incomplete
state.
This has been the default since 15.0, and this disabling of multipart URLs does not seem to have caused an issue, so let's drop it.
Relates to #359718 (closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Stan Hu