Skip to content

Commit

Permalink
fallback to excon 1.0+ error retry error settings
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Oct 25, 2024
1 parent 1acc1a3 commit 4cd2958
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/fog/aws/storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ class Storage < Fog::Service

DEFAULT_CONNECTION_OPTIONS = {
retry_limit: 5,
retry_interval: 1,
retry_errors: [
Excon::Error::Timeout, Excon::Error::Socket, Excon::Error::Server
]
retry_interval: 1
}

MIN_MULTIPART_CHUNK_SIZE = 5242880
Expand Down

0 comments on commit 4cd2958

Please sign in to comment.