From eea26a93e7d4ac0c6fefe46592c9baa0d3e6a5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Mon, 4 Jun 2018 14:06:07 +0200 Subject: Update validator --- lib/object_storage/direct_upload.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.2.3