]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/rgw/s3tests: remove 'client.0' from bucket prefix
authorCasey Bodley <cbodley@redhat.com>
Thu, 4 Apr 2024 17:25:23 +0000 (13:25 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 10 Apr 2024 17:09:18 +0000 (13:09 -0400)
commit39a2af56d78dd1949434c36367d780cc5f91fe30
tree84cb26e6fa34dfbda2d6800c09f4ab6aacc49dd0
parent24841fbddec68199bbe6cfcc9dc1d2bbc1d84e52
qa/rgw/s3tests: remove 'client.0' from bucket prefix

new sns test cases are using this for topic names, but the '.' is not
allowed there:

> api_params = {'Name': 'test-client.0-n3bdgre5el2jk8v-606'}
> botocore.exceptions.ClientError: An error occurred (InvalidArgument) when calling the CreateTopic operation: Name must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/tasks/s3tests.py