mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 21:50:22 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user