bucket create
Usage
$ ozone sh bucket create [-ghV] [-k=<bekName>]
[-l=<allowedBucketLayout>]
[--namespace-quota=<quotaInNamespace>]
[--quota=<quotaInBytes>]
[-r=<replication>]
[-t=<type>]
[-u=<ownerName>]
<value>
Parameter | Description |
---|---|
bekName |
Bucket encryption key name |
value |
A bucket URI. It can be a full URI (starts with |
allowedBucketLayout |
A bucket layout. Possible values: |
quotaInNamespace |
Maximum number of keys in a bucket |
quotaInBytes |
Maximum space quota that can be used (in bytes) |
replication |
Replication definition. The valid values are based on the replication type. For |
type |
Replication type. The supported types are |
ownerName |
Owner of the bucket. Defaults to the current user if not specified |
-g, --enforcegdpr |
Indicates to create a GDPR-enforced bucket |
-h, --help |
Prints out a help manual for this command |
-V, --version |
Prints out version information and exits |