Skip to content

Add options to adjust signed url creation for Object Storage to use older signature if needed.

What does this MR do?

Adds options to the AWS Object Storage to allow S3 compliant services that do not use the v4 signature for signed URLs and allows for generation of v2 signatures.

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

No code was changed.

Why was this MR needed?

I'm using the source version of GitLab and we just moved all of our artifacts, uploads, etc. from S3 to DigitalOcean Spaces. The uploads were not working due to invalid signature. Adjusting creation to use the v2 signatures fixed the issue.

Does this MR meet the acceptance criteria?

Merge request reports