diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-06-04 14:06:07 +0200 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-06-04 22:31:01 +0200 |
commit | eea26a93e7d4ac0c6fefe46592c9baa0d3e6a5cd (patch) | |
tree | f0e0c3ee9664426661f97d5bd94d094bc00117e8 /lib/object_storage | |
parent | b8370c9f55843351b49073dafe84a2e9858c8c8a (diff) | |
download | gitlab-ce-eea26a93e7d4ac0c6fefe46592c9baa0d3e6a5cd.tar.gz |
Update validatorpresigned-multipart-uploads
Diffstat (limited to 'lib/object_storage')
-rw-r--r-- | lib/object_storage/direct_upload.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/object_storage/direct_upload.rb b/lib/object_storage/direct_upload.rb index a4d6b79eb45..61a69e7ffe4 100644 --- a/lib/object_storage/direct_upload.rb +++ b/lib/object_storage/direct_upload.rb @@ -2,7 +2,7 @@ module ObjectStorage # # The DirectUpload c;ass generates a set of presigned URLs # that can be used to upload data to object storage from untrusted component: Workhorse, Runner? - # + # # For Google it assumes that the platform supports variable Content-Length. # # For AWS it initiates Multipart Upload and presignes a set of part uploads. |