Forbid multipart upload if google storage 28/68928/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:31:11 +0000 (20:31 +0100)
commit060b3380f8884507c86b054da009e332b737d118
treecb978f2f372dce49ad1eaf6d3884af42e6ca329c
parent401481af61d98fb47de926b16e05a86e5fa1dac1
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