HDDS-1924. ozone sh bucket path command does not exist

Closes #1245
This commit is contained in:
Doroszlai, Attila 2019-08-07 18:21:37 +02:00 committed by Márton Elek
parent 70f46746b1
commit 0520f5cede
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ To show the storage location of a S3 bucket, use the `ozone s3 path <bucketname>
```
aws s3api --endpoint-url http://localhost:9878 create-bucket --bucket=bucket1
ozone sh bucket path bucket1
ozone s3 path bucket1
Volume name for S3Bucket is : s3thisisakey
Ozone FileSystem Uri is : o3fs://bucket1.s3thisisakey
```