Skip to content

Commit 44aab94

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,13 +541,13 @@ Otherwise AWS CLI cannot communicate with S3server because S3server is using sel
541541
After inputting the above command, the AWS CLI will ask you to input the access key and secret key.
542542
After the profile is created, the information will be stored at <ins>$HOME/.aws/config</ins> and <ins>$HOME/.aws/credentials</ins>.
543543

544-
Use the below command to list Buckets:
544+
Use the below command to list buckets:
545545

546546
```shell
547547
aws s3api list-buckets --endpoint-url https://`hostname -f`:9000 --profile s3-test-iam_user-ray-2-objstor
548548
```
549549

550-
Use the below command to put a file into the Bucket:
550+
Use the below command to put a file into the bucket:
551551

552552
```shell
553553
aws s3api put-object --bucket s3-test-iam-user-bucket --key 'testdir/s3-test-iam-user-dir/hpe-cp-rhel-release-5.5.1-3083.bin' --body 'downloads/hpe-cp-rhel-release-5.5.1-3083.bin' --endpoint-url https://m2-maprts-vm197-172.mip.storage.hpecorp.net:9000 --profile s3-test-iam_user-ray-2-objstor

0 commit comments

Comments
 (0)