1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 02:03:42 -04:00

3 Commits

Author SHA1 Message Date
Jay Mundrawala
052a7b8eec Allow minio s3 gateway to use different AWS auth mechanisms ()
Allow minio s3 gateway to use aws environment credentials,
IAM instance credentials, or AWS file credentials.

If AWS_ACCESS_KEY_ID, AWS_SECRET_ACCSES_KEY are set, 
or minio is running on an ec2 instance with IAM instance credentials, 
or there is a file $HOME/.aws/credentials, minio running as an S3
gateway will authenticate with AWS S3 using those one of credentials.

The lookup order:
1. AWS environment varaibles
2. IAM instance credentials
3. $HOME/.aws/credentials
4. minio environment variables

To authenticate with the minio gateway, you will always use the
minio environment variables MINIO_ACCESS_KEY MINIO_SECRET_KEY.
2018-09-19 18:05:30 +05:30
Anis Elleuch
d524924b80 Fix gateway s3 doc to run custom S3 endpoint ()
To pass a custom S3 endpoint in S3 gateway, the user needs
to specify it as an argument after 'minio gateway s3' and not
as '--address' option since this latter specifies the address
to which the gateway should listen.
2018-08-28 10:09:07 +05:30
Nitish Tiwari
b8f4f26cf6 Add S3 gateway documentation ()
Fixes 
2018-07-19 11:54:38 -07:00