mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
Merge pull request #87 from dreamhost/wip-cleanup-buckets
s3tests: do not exit cleanup after first bucket! Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
commit
958a718558
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ def nuke_prefixed_buckets_on_conn(prefix, name, conn):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if success:
|
if success:
|
||||||
return
|
break
|
||||||
|
|
||||||
bucket.set_canned_acl('private')
|
bucket.set_canned_acl('private')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue