Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(74)

Unified Diff: lib/Brackup/Target/Amazon.pm

Issue 926: Enable Net::Amazon::S3 v0.43's 'retry' option, if available SVN Base: http://brackup.googlecode.com/svn/trunk/
Patch Set: Created 3 months, 2 weeks ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
« no previous file | no next file » | Expand Comments ('e') | Collapse Comments ('c') | Hide Comments ('s')
Index: lib/Brackup/Target/Amazon.pm
===================================================================
--- lib/Brackup/Target/Amazon.pm (revision 194)
+++ lib/Brackup/Target/Amazon.pm (working copy)
@@ -52,6 +52,7 @@
$self->{s3} = Net::Amazon::S3->new({
aws_access_key_id => $self->{access_key_id},
aws_secret_access_key => $self->{sec_access_key_id},
+ retry => 1
});
}
« no previous file | no next file »

Powered by Google App Engine
This is Rietveld r292