Skip to content

Commit dbec20b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,10 +553,10 @@ Use the below command to put a file into the bucket:
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
554554
```
555555

556-
🗒Note: "s3-test-iam-user-bucket" is the Bucket's name that you created before.
557-
"testdir/s3-test-iam-user-dir/hpe-cp-rhel-release-5.5.1-3083.bin" is the path that you want to put into the Bucket.
556+
🗒Note: "s3-test-iam-user-bucket" is the bucket's name which you created before.
557+
"testdir/s3-test-iam-user-dir/hpe-cp-rhel-release-5.5.1-3083.bin" is the path which you want to put into the bucket.
558558
The part of "testdir/s3-test-iam-user-dir/" indicates it's under this directory, if the directory doesn't exist, it will be created.
559-
"downloads/hpe-cp-rhel-release-5.5.1-3083.bin" is the local file path that you want to put into the Bucket.
559+
"downloads/hpe-cp-rhel-release-5.5.1-3083.bin" is the local file path which you want to put into the bucket.
560560

561561
## Create an Cold-Tiered Volume and offlad to remote Object Store
562562

0 commit comments

Comments
 (0)