mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
Merge pull request #131 from ceph/wip-put-acl-underscore
test set_acl for keys with special characters Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
commit
953f2b4625
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