diff options
author | Stan Hu <stanhu@gmail.com> | 2018-09-13 15:58:04 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-09-14 07:43:39 -0700 |
commit | 244ed8adb3bc2d1b4706a695e19e144e180084f3 (patch) | |
tree | b274dde215c9bcd40d4e9819acfb8f5d93249bac /changelogs/unreleased/sh-fix-multipart-upload-signed-urls.yml | |
parent | 32b96bfd81ff254142dbd9c73e1a494308213cb3 (diff) | |
download | gitlab-ce-244ed8adb3bc2d1b4706a695e19e144e180084f3.tar.gz |
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
Diffstat (limited to 'changelogs/unreleased/sh-fix-multipart-upload-signed-urls.yml')
-rw-r--r-- | changelogs/unreleased/sh-fix-multipart-upload-signed-urls.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-multipart-upload-signed-urls.yml b/changelogs/unreleased/sh-fix-multipart-upload-signed-urls.yml new file mode 100644 index 00000000000..994765bc1fd --- /dev/null +++ b/changelogs/unreleased/sh-fix-multipart-upload-signed-urls.yml @@ -0,0 +1,5 @@ +--- +title: Fix object storage uploads not working with AWS v2 +merge_request: 21731 +author: +type: fixed |