Use new version of s3 library, Fixes #276

This commit is contained in:
Chris Howey 2015-08-26 06:25:05 -05:00
parent b188217e83
commit 10cd672a92
36 changed files with 2323 additions and 3012 deletions

View file

@ -3,9 +3,9 @@ package backend_test
import (
"testing"
"github.com/mitchellh/goamz/aws"
"github.com/mitchellh/goamz/s3"
"github.com/mitchellh/goamz/s3/s3test"
"gopkg.in/amz.v3/aws"
"gopkg.in/amz.v3/s3"
"gopkg.in/amz.v3/s3/s3test"
bes3 "github.com/restic/restic/backend/s3"
. "github.com/restic/restic/test"