-
- Downloads
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
parent
32b96bfd
No related branches found
No related tags found
Showing
- changelogs/unreleased/sh-fix-multipart-upload-signed-urls.yml 5 additions, 0 deletions...gelogs/unreleased/sh-fix-multipart-upload-signed-urls.yml
- lib/object_storage/direct_upload.rb 3 additions, 3 deletionslib/object_storage/direct_upload.rb
- spec/lib/object_storage/direct_upload_spec.rb 10 additions, 0 deletionsspec/lib/object_storage/direct_upload_spec.rb
Please register or sign in to comment