First version of PublishedStorage for S3. #15

This commit is contained in:
Andrey Smirnov
2014-07-17 18:05:38 +04:00
parent b260b0010a
commit c54406e29f
6 changed files with 327 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ gom 'github.com/syndtr/goleveldb/leveldb', :commit => '9888007'
gom 'github.com/ugorji/go/codec', :commit => '71c2886f5a673a35f909803f38ece5810165097b'
gom 'github.com/wsxiaoys/terminal/color', :commit => '5668e431776a7957528361f90ce828266c69ed08'
gom 'code.google.com/p/mxk/go1/flowcontrol', :commit => '5ff2502e2556'
gom 'github.com/mitchellh/goamz/s3', :commit => '3c2b519fc7544563e5a2031cc8bb04b567b1b9bc'
group :test do
gom 'launchpad.net/gocheck'