From 02910725c5d25a13d79bcca84460a0568ae5f0b5 Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Thu, 4 May 2017 23:08:48 +0530 Subject: [PATCH] Make gateway help for s3/azure similar (#4249) --- cmd/gateway-main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/gateway-main.go b/cmd/gateway-main.go index 63a70b188..8b72e768f 100644 --- a/cmd/gateway-main.go +++ b/cmd/gateway-main.go @@ -38,7 +38,7 @@ FLAGS: {{end}}{{end}} BACKEND: 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: ACCESS: @@ -51,7 +51,7 @@ EXAMPLES: $ export MINIO_SECRET_KEY=azureaccountkey $ {{.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_SECRET_KEY=secretkey $ {{.HelpName}} s3