mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Added note to help differentiate MINIO creds from S3 rotating creds (#9887)
This commit is contained in:
parent
972d876ca9
commit
0becf7f03f
@ -22,6 +22,8 @@ minio gateway s3
|
||||
|
||||
### Using Binary in EC2
|
||||
Using IAM rotating credentials for AWS S3
|
||||
|
||||
If you are using an S3 enabled IAM role on an EC2 instance for S3 access, MinIO will still require env vars MINIO_ACCESS_KEY and MINIO_SECRET_KEY to be set for its internal use. These may be set to any value which meets the length requirements. Access key length should be at least 3, and secret key length at least 8 characters.
|
||||
```
|
||||
export MINIO_ACCESS_KEY=custom_access_key
|
||||
export MINIO_SECRET_KEY=custom_secret_key
|
||||
|
Loading…
Reference in New Issue
Block a user