mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
test set_acl for keys with special characters
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
This commit is contained in:
parent
5bc2f21564
commit
14da8e5b9d
1 changed files with 1 additions and 0 deletions
|
@ -4727,6 +4727,7 @@ def test_bucket_create_special_key_names():
|
||||||
eq(key.name, name)
|
eq(key.name, name)
|
||||||
content = key.get_contents_as_string()
|
content = key.get_contents_as_string()
|
||||||
eq(content, name)
|
eq(content, name)
|
||||||
|
key.set_acl('private')
|
||||||
|
|
||||||
@attr(resource='bucket')
|
@attr(resource='bucket')
|
||||||
@attr(method='get')
|
@attr(method='get')
|
||||||
|
|
Loading…
Reference in a new issue