https://docs.ceph.com/docs/master/radosgw/s3/bucketops/CONSTRAINTS
In general, bucket names should follow domain name constraints.
Bucket names must be unique.
Bucket names cannot be formatted as IP address.
Bucket names can be between 3 and 63 characters long.
Bucket names must not contain uppercase characters or underscores.
Bucket names must start with a lowercase letter or number.
Bucket names must be a series of one or more labels. Adjacent labels are separated by a single period (.). Bucket names can contain lowercase letters, numbers, and hyphens. Each label must start and end with a lowercase letter or a number.
Note
The above constraints are relaxed if the option ‘rgw_relaxed_s3_bucket_names’ is set to true except that the bucket names must still be unique, cannot be formatted as IP address and can contain letters, numbers, periods, dashes and underscores for up to 255 characters long.
버킷이름 제약조건
- 고유한 이름
- IP주소 포맷은 이용불가
- 3~63자 사이
- 대문자 또는 밑줄이 포함불가
- 시작은 소문자 또는 숫자
- Bucket names must be a series of one or more labels. Adjacent labels are separated by a single period (.).
- 버킷이름에는 소문자, 숫자 및 하이폰 포함가능하며 시작과 끝은 소문자 또는 숫자
※ rgw_relaxed_s3_bucket_names 옵션을 사용하면 최대 255자까지 허용되며 문자, 숫자, 마침표, 대시 및 밑줄을 포함할수 있다.
default = false
rgw relaxed s3 bucket names
Description: | Enables relaxed S3 bucket names rules for US region buckets. |
---|
Type: | Boolean |
---|
Default: | false |
---|