Improve GCS gateway example instruction (#4587)

master
Krishnan Parthasarathi 7 years ago committed by Harshavardhana
parent ff036c171f
commit 237c8af5ef
  1. 2
      cmd/gateway-main.go

@ -113,6 +113,8 @@ ENVIRONMENT VARIABLES:
EXAMPLES:
1. Start minio gateway server for GCS backend.
$ export GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json
(Instructions to generate credentials : https://developers.google.com/identity/protocols/application-default-credentials)
$ export MINIO_ACCESS_KEY=accesskey
$ export MINIO_SECRET_KEY=secretkey
$ {{.HelpName}} mygcsprojectid

Loading…
Cancel
Save