Subject: | support for retry logic, or more control over the HTTP request? |
Communication with S3 buckets can be unreliable, giving 50x errors. Amazon advises that communication use retry logic to ensure the data is properly transmitted.
Would it be possible to add support for x number of retries to Net::Amazon::S3::Client::Object, or to give some level of access to the parameters that go into LWP::UserAgent or HTTP::Request?