Forbid multipart upload if google storage 26/68926/1
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:42 +0000 (20:30 +0100)
commit365d33b806f292d255a846cb8094dc8ddde088ee
treedd1400d3ce9b6a4a52ae0942da9369582b42070a
parente6f8088f2adebbc649591681a1925591f00e3a4b
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>
(cherry picked from commit f5aceb5447deed25234c5354b9dd9601115d9378)
xtesting/core/testcase.py
xtesting/tests/unit/core/test_testcase.py