mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
Make gateway help for s3/azure similar (#4249)
This commit is contained in:
parent
0ea8bfaf78
commit
02910725c5
@ -38,7 +38,7 @@ FLAGS:
|
|||||||
{{end}}{{end}}
|
{{end}}{{end}}
|
||||||
BACKEND:
|
BACKEND:
|
||||||
azure: Microsoft Azure Blob Storage. Default ENDPOINT is https://core.windows.net
|
azure: Microsoft Azure Blob Storage. Default ENDPOINT is https://core.windows.net
|
||||||
s3: Amazon Simple Storage Service (S3).
|
s3: Amazon Simple Storage Service (S3). Default ENDPOINT is https://s3.amazonaws.com
|
||||||
|
|
||||||
ENVIRONMENT VARIABLES:
|
ENVIRONMENT VARIABLES:
|
||||||
ACCESS:
|
ACCESS:
|
||||||
@ -51,7 +51,7 @@ EXAMPLES:
|
|||||||
$ export MINIO_SECRET_KEY=azureaccountkey
|
$ export MINIO_SECRET_KEY=azureaccountkey
|
||||||
$ {{.HelpName}} azure
|
$ {{.HelpName}} azure
|
||||||
|
|
||||||
2. Start minio gateway server for S3 backend.
|
2. Start minio gateway server for AWS S3 backend.
|
||||||
$ export MINIO_ACCESS_KEY=accesskey
|
$ export MINIO_ACCESS_KEY=accesskey
|
||||||
$ export MINIO_SECRET_KEY=secretkey
|
$ export MINIO_SECRET_KEY=secretkey
|
||||||
$ {{.HelpName}} s3
|
$ {{.HelpName}} s3
|
||||||
|
Loading…
Reference in New Issue
Block a user