Skip to content

Commit 2220605

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,9 @@ Sample output:
270270
mc alias set s3-admin-alias https://`hostname -f`:9000 {ACCESS_KEY} {SECRET_KEY} --api "s3v4" --path "off" --json
271271
```
272272

273-
🗒Note: "s3-admin-alias" is the name of the alias, you define it.
274-
273+
🗒Note: "s3-admin-alias" is the value of the alias parameter, you define it.
275274
"https://`hostname -f`:9000" is the endpoint of the Object Store service.
276-
Here, I'm running the command on the node which is running the S3server.
275+
Here, I'm running the command on the node that is running the S3server.
277276
After created an alias, you would find the information is appended into <ins>$HOME/.mc/config.json</ins>.
278277

279278
**4. Create an account**

0 commit comments

Comments
 (0)