[ 
https://issues.apache.org/jira/browse/HDDS-13631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang resolved HDDS-13631.
------------------------------------
    Fix Version/s: 2.1.0
       Resolution: Fixed

> Doc correction on Encrypted buckets
> -----------------------------------
>
>                 Key: HDDS-13631
>                 URL: https://issues.apache.org/jira/browse/HDDS-13631
>             Project: Apache Ozone
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Venkat Sambath
>            Assignee: Venkat Sambath
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.1.0
>
>
> https://ozone.apache.org/docs/edge/security/securingtde.html
>   ozone sh bucket create --key <key_name> /<volume_name>/<bucket_name>
>   ozone sh bucket create --key enckey /vol1/encrypted_bucket
>   ozone sh bucket create --key <key_name> /s3v/<bucket_name> 
> --layout=OBJECT_STORE
>   ozone sh bucket create --key <key_name> /<volume_name>/<bucket_name> 
> --layout=OBJECT_STORE
> Usage: ozone sh bucket create [-ghV] [-k=<bekName>] [-l=<allowedBucketLayout>]
>                               [--namespace-quota=<quotaInNamespace>]
>                               [--quota=<quotaInBytes>] [-r=<replication>]
>                               [-t=<type>] [-u=<ownerName>] <value>
> creates a bucket in a given volume
>       <value>              URI of the volume/bucket.
>                            Ozone URI could either be a full URI or short URI.
>                            Full URI should start with o3://, in case of non-HA
>                            clusters it should be followed by the host name and
>                            optionally the port number. In case of HA clusters
>                            the service id should be used. Service id provides 
> a
>                            logical name for multiple hosts and it is defined
>                            in the property ozone.om.service.ids.
>                            Example of a full URI with host name and port 
> number
>                            for a key:
>                            o3://omhostname:9862/vol1/bucket1/key1
>                            With a service id for a volume:
>                            o3://omserviceid/vol1/
>                            Short URI should start from the volume.
>                            Example of a short URI for a bucket:
>                            vol1/bucket1
>                            Any unspecified information will be identified from
>                            the config files.
>   -g, --enforcegdpr        if true, indicates GDPR enforced bucket,
>                              false/unspecified indicates otherwise
>   -h, --help               Show this help message and exit.
>   -k, --bucketkey=<bekName>
> The Doc has --key option, where the command has --bucketkey option. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to