gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-multipart-upload-signed-urls.yml
Stan Hu 244ed8adb3 Fix object storage uploads not working with AWS v2
Because we were passing query strings as symbols, the fog-aws storage
driver was omitting the uploadId and partNumber query strings
from the signature in multipart uploads. This fix makes AWS and Ceph work with
v2 signatures.

See: https://github.com/fog/fog-aws/blob/v3.0.0/lib/fog/aws/storage.rb#L733

Closes https://gitlab.com/gitlab-org/gitlab-workhorse/issues/181
2018-09-14 07:43:39 -07:00

5 lines
103 B
YAML

---
title: Fix object storage uploads not working with AWS v2
merge_request: 21731
author:
type: fixed