minio/docs/gateway
Jay Mundrawala 052a7b8eec Allow minio s3 gateway to use different AWS auth mechanisms (#6422)
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
..
azure.md Remove "List Object Parts" from Azure limitations (#6427) 2018-09-06 17:19:51 -07:00
b2.md "account_id" for "accound_id" (#5757) 2018-04-03 17:06:59 -07:00
gcs.md Update comments regarding GCS component count (#6131) 2018-07-06 17:07:11 -07:00
manta.md Fix Manta gateway client creation flow (#6425) 2018-09-07 08:41:42 +05:30
nas.md fix gateway docs comprehensively (#5740) 2018-03-30 14:16:06 +05:30
oss.md fix gateway docs comprehensively (#5740) 2018-03-30 14:16:06 +05:30
README.md fix gateway docs comprehensively (#5740) 2018-03-30 14:16:06 +05:30
s3.md Allow minio s3 gateway to use different AWS auth mechanisms (#6422) 2018-09-19 18:05:30 +05:30
sia.md Implement Sia Gateway (#5114) 2017-11-22 12:12:10 -08:00

Minio Gateway Slack

Minio Gateway adds Amazon S3 compatibility to third party cloud storage providers.