mirror of
https://github.com/ceph/s3-tests.git
synced 2025-02-23 05:54:30 +00:00
if tls is enabled, boto will switch to STREAMING-UNSIGNED-PAYLOAD-TRAILER
and omit the provided content-length header. this leads to test failure:
> ________________ test_object_create_bad_contentlength_negative _________________
> e = assert_raises(ClientError, client.put_object, Bucket=bucket_name, Key=key_name, ContentLength=-1)
> AssertionError: ClientError not raised
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
__init__.py | ||
iam.py | ||
policy.py | ||
rgw_interactive.py | ||
test_headers.py | ||
test_iam.py | ||
test_s3.py | ||
test_s3select.py | ||
test_sns.py | ||
test_sts.py | ||
test_utils.py | ||
utils.py |