Skip to content

Commit

Permalink
Set reasonable retry/timeout limits for credentials
Browse files Browse the repository at this point in the history
By default the AWS SDK doesn't retry and has a timeout of 1s.
  • Loading branch information
pixeltrix committed Apr 20, 2021
1 parent a2182ec commit 829853f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/storage.yml
Expand Up @@ -13,3 +13,5 @@ amazon:
http_open_timeout: 5
http_read_timeout: 5
retry_limit: 3
instance_profile_credentials_retries: 3
instance_profile_credentials_timeout: 3

0 comments on commit 829853f

Please sign in to comment.