forked from TrueCloudLab/restic
Use new version of s3 library, Fixes #276
This commit is contained in:
parent
b188217e83
commit
10cd672a92
36 changed files with 2323 additions and 3012 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue