Forbid multipart upload if google storage 25/68925/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 18 Nov 2019 19:16:49 +0000 (20:16 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 18 Nov 2019 19:30:13 +0000 (20:30 +0100)
commitf5aceb5447deed25234c5354b9dd9601115d9378
tree17c98d855848df7b5409981c9b28a0dfc45116d8
parente2e7dbe185a552b21315063dbbed8ac4f40f309d
Forbid multipart upload if google storage

Google Storage doesn't support S3 multipart uploads
https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html
https://cloud.google.com/storage/docs/composite-objects

5 * 1024 ** 5 is the multipart upload limit.
https://docs.aws.amazon.com/AmazonS3/latest/dev/qfacts.html

Change-Id: Iec3a5cd70ea6e912272ea231eecde6ee4f51ce4f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
xtesting/core/testcase.py
xtesting/tests/unit/core/test_testcase.py