forked from TrueCloudLab/s3-tests
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)
|
||||
content = key.get_contents_as_string()
|
||||
eq(content, name)
|
||||
key.set_acl('private')
|
||||
|
||||
@attr(resource='bucket')
|
||||
@attr(method='get')
|
||||
|
|
Loading…
Reference in a new issue