mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
change credential chain order in s3 gateway to mimic official docs (#7091)
This commit is contained in:
committed by
kannappanr
parent
1a7e6d4768
commit
6dd8a83c5a
@@ -31,8 +31,8 @@ minio gateway s3
|
||||
Minio gateway will automatically look for list of credential styles in following order.
|
||||
|
||||
- AWS env vars (i.e. AWS_ACCESS_KEY_ID)
|
||||
- IAM profile based credentials. (performs an HTTP call to a pre-defined endpoint, only valid inside configured ec2 instances)
|
||||
- AWS creds file (i.e. AWS_SHARED_CREDENTIALS_FILE or ~/.aws/credentials)
|
||||
- IAM profile based credentials. (performs an HTTP call to a pre-defined endpoint, only valid inside configured ec2 instances)
|
||||
|
||||
## Run Minio Gateway for AWS S3 compatible services
|
||||
As a prerequisite to run Minio S3 gateway on an AWS S3 compatible service, you need valid access key, secret key and service endpoint.
|
||||
|
||||
Reference in New Issue
Block a user