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
boto3 provides multiple ways of authenticating, including instance metadata service on an Amazon EC2 instance that has an IAM role configured. This plugin forces use of an access_key_id and a secret_access_key, severely limiting options for authentication.
boto3
provides multiple ways of authenticating, including instance metadata service on an Amazon EC2 instance that has an IAM role configured. This plugin forces use of an access_key_id and a secret_access_key, severely limiting options for authentication.See boto3's Configuring Credentials for details.
The text was updated successfully, but these errors were encountered: