]> git-server-git.apps.pok.os.sepia.ceph.com Git - ragweed.git/commit
Bucket names cannot contain underscore 4/head
authorSoumya Koduri <skoduri@redhat.com>
Tue, 25 Jun 2019 07:15:25 +0000 (12:45 +0530)
committerSoumya Koduri <skoduri@redhat.com>
Tue, 25 Jun 2019 07:15:25 +0000 (12:45 +0530)
commit7d4a729ff761fe1ca073b7ceade46acf1321e9fd
treef2945f18961f234ac8d21fc10da35f5d063a9e4b
parent7fd8071433cc95347ba217fff6162eae5f84d393
Bucket names cannot contain underscore

As per Amazon s3 spec, bucket names cannot contain
underscore.
https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-s3-bucket-naming-requirements.html

This (along with other naming convention mentioned in the doc) are being
enforced via https://github.com/ceph/ceph/pull/26787

This patch is to correct the bucket name generated in ragweed
tests as well.

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
ragweed/framework.py