You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for a credentials chain for minio access
If a static access key id and secret are not provided, instead
fallback to a pulling credentials from other places, in priority
order:
1. MINIO_ prefixed environment variables
2. AWS_ prefixed environment variables
3. a minio credentials file
4. an aws credentials file
5. EC2 instance metadata
This enables using temporary credentials that are auto-refreshed upon expiration.
0 commit comments