Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-Amazon-S3 CPAN distribution.

Report information
The Basics
Id: 118442
Status: resolved
Priority: 0/
Queue: Net-Amazon-S3

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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?
On 2016-10-19 14:04:55, ETHER wrote: Show quoted text
> 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?
lol, never mind, I looked more closely and I found the 'retry' option in Net::Amazon::S3 itself. :)