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

Unified Diff: environs/ec2/export_test.go

Issue 8545045: environs/ec2: retry s3 Put requests
Patch Set: environs/ec2: retry s3 Put requests Created 10 years, 11 months 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
Index: environs/ec2/export_test.go
=== modified file 'environs/ec2/export_test.go'
--- environs/ec2/export_test.go 2013-03-25 18:20:14 +0000
+++ environs/ec2/export_test.go 2013-04-11 17:49:37 +0000
@@ -137,7 +137,7 @@
// Access non exported methods on ec2.storage
type Storage interface {
- Put(file string, r io.Reader, length int64) error
+ Put(file string, r io.ReadSeeker, length int64) error
ResetMadeBucket()
}
« no previous file with comments | « environs/dummy/storage.go ('k') | environs/ec2/local_test.go » ('j') | environs/ec2/storage.go » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b