summaryrefslogtreecommitdiff
path: root/lib/object_storage/direct_upload.rb
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-06-04 14:06:07 +0200
committerKamil Trzciński <ayufan@ayufan.eu>2018-06-04 22:31:01 +0200
commiteea26a93e7d4ac0c6fefe46592c9baa0d3e6a5cd (patch)
treef0e0c3ee9664426661f97d5bd94d094bc00117e8 /lib/object_storage/direct_upload.rb
parentb8370c9f55843351b49073dafe84a2e9858c8c8a (diff)
downloadgitlab-ce-eea26a93e7d4ac0c6fefe46592c9baa0d3e6a5cd.tar.gz
Diffstat (limited to 'lib/object_storage/direct_upload.rb')
-rw-r--r--lib/object_storage/direct_upload.rb2
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.