Added Alias argument in configuring/using mc client for minio server

Both in README.md as well as sample commands when starting minio server
This commit is contained in:
frankw
2016-01-26 10:42:21 +01:00
parent 67a70eb6d6
commit 0a5094c73a
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -112,9 +112,9 @@ To configure Minio Client.
$ wget https://dl.minio.io/client/mc/release/linux-amd64/mc
$ chmod 755 mc
$ ./mc config host add http://localhost:9000 G5GJRH51R2HSUWYPGIX5 uxhBC1Yscut3/u81l5L8Yp636ZUk32N4m/gFASuZ
$ ./mc mb localhost:9000/photobucket
$ ./mc cp --recursive ~/Photos localhost:9000/photobucket
$ ./mc config host add myminio http://localhost:9000 G5GJRH51R2HSUWYPGIX5 uxhBC1Yscut3/u81l5L8Yp636ZUk32N4m/gFASuZ
$ ./mc mb myminio/photobucket
$ ./mc cp --recursive ~/Photos myminio/photobucket
Starting minio server:
Listening on http://127.0.0.1:9000