From: Orit Wasserman Date: Thu, 20 Oct 2016 10:11:08 +0000 (+0200) Subject: test set_acl for keys with special characters X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=14da8e5b9dc2b5547734722933fcbbe90030fe4d;p=s3-tests.git test set_acl for keys with special characters Signed-off-by: Orit Wasserman --- diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index d03c9f67..020cb960 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -4727,6 +4727,7 @@ def test_bucket_create_special_key_names(): eq(key.name, name) content = key.get_contents_as_string() eq(content, name) + key.set_acl('private') @attr(resource='bucket') @attr(method='get')