elek 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_r316715124
########## 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: To be more precious: the volume name is "s3" + AWS_ACCESS_KEY_ID (it's not random, but your personal id, I guess) This examples assumes that ``` export AWS_ACCESS_KEY_ID=thisisakey ``` is set. ---------------------------------------------------------------- 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]
