ceph/doc/radosgw/s3
Soumya Koduri eb6eddbe8d Validate bucket names as per revised s3 spec
As per amazon s3 spec -
https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html

* The s3 bucket names should not contain upper case letters or underscore.
* Name cannot end with dash or have consecutive periods, or dashes adjacent
  to periods.
* Each label in the bucket name must start and end with a lowercase
  letter or a number.
* Name cannot exceed 63 characters.

This change is to enforce these rules if rgw_relaxed_s3_bucket_names is set to
'false' which is by default.

Fixes: https://tracker.ceph.com/issues/36293

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
2019-08-08 16:54:12 +05:30
..
authentication.rst doc/radosgw: Document mappings of S3 Operations to ACL grants 2019-03-07 16:42:51 -05:00
bucketops.rst Validate bucket names as per revised s3 spec 2019-08-08 16:54:12 +05:30
commons.rst
cpp.rst
csharp.rst
java.rst
objectops.rst rgw: fix doc compile warning caused by objectops.rst 2019-06-18 09:16:39 +08:00
perl.rst
php.rst doc/radosgw: update doc with last S3 client 2019-02-07 11:11:25 +01:00
python.rst
ruby.rst
serviceops.rst