Explorar o código

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

Closes #1245
Doroszlai, Attila %!s(int64=5) %!d(string=hai) anos
pai
achega
0520f5cede
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hadoop-hdds/docs/content/interface/S3.md

+ 1 - 1
hadoop-hdds/docs/content/interface/S3.md

@@ -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
 ```