Skip to content

Commit e882cb9

Browse files
committed
Update Blog “create-a-cold-tiered-volume-and-use-hpe-ezmeral-data-fabric-object-store-as-remote-target”
1 parent 9992f26 commit e882cb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/blog/create-a-cold-tiered-volume-and-use-hpe-ezmeral-data-fabric-object-store-as-remote-target.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -496,10 +496,10 @@ sudo -u mapr mc alias set s3-test-iam_user-alias https://`hostname -f`:9000 \
496496
sudo -u mapr mc mb --account s3test --ignore-existing --disable-versioning --json s3-test-iam_user-alias/s3-test-iam-user-bucket
497497
```
498498

499-
☝Now you have created a Bucket named "s3-test-iam-user-bucket" using the IAM User - "s3-test-iam_user".
500-
Because "s3-test-iam_user" is inside account - "s3test", the Bucket will be also placed under account - "s3test".
499+
☝Now you have created a bucket named "s3-test-iam-user-bucket" using the IAM user - "s3-test-iam_user".
500+
Because "s3-test-iam_user" is inside account - "s3test", the bucket will be also placed under account - "s3test".
501501

502-
To list Buckets using the `mc` command:
502+
To list buckets using the `mc` command:
503503

504504
```shell
505505
/opt/mapr/bin/mc ls --account s3test --versions --recursive --summarize --json s3-test-iam_user-alias
@@ -524,11 +524,11 @@ Sample output:
524524
}
525525
```
526526

527-
#### Install the AWS CLI and put an file into the Bucket
527+
#### Install the AWS CLI and put an file into the bucket
528528

529529
To install the AWS CLI, refer to this Amazon AWS document 👉 [Installing or updating the latest version of the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html).
530530

531-
Then you create a profile for the IAM User:
531+
Then, create a profile for the IAM user:
532532

533533
```shell
534534
export AWS\_CA\_BUNDLE=/opt/mapr/conf/ca/chain-ca.pem

0 commit comments

Comments
 (0)