adoroszlai commented on a change in pull request #1331: HDDS-2002. Update documentation for 0.4.1 release. URL: https://github.com/apache/hadoop/pull/1331#discussion_r316512198
########## File path: hadoop-hdds/docs/content/interface/S3.md ########## @@ -116,7 +116,7 @@ aws s3api --endpoint http://localhost:9878 create-bucket --bucket bucket1 To show the storage location of a S3 bucket, use the `ozone s3 path <bucketname>` command. -``` +```bash aws s3api --endpoint-url http://localhost:9878 create-bucket --bucket=bucket1 ozone s3 path bucket1 Review comment: No, it looks more like some random string: ``` Volume name for S3Bucket is : s3100b8cad7cf2a56f6df78f171f97a1ec Ozone FileSystem Uri is : o3fs://bucket1.s3100b8cad7cf2a56f6df78f171f97a1ec ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
