forked from TrueCloudLab/restic
s3: properly integrate minio-go lib
This commit is contained in:
parent
2c15597e24
commit
407819e5a9
5 changed files with 81 additions and 43 deletions
|
@ -7,11 +7,11 @@ var configTests = []struct {
|
|||
cfg Config
|
||||
}{
|
||||
{"s3://eu-central-1/bucketname", Config{
|
||||
Region: "eu-central-1",
|
||||
URL: "eu-central-1",
|
||||
Bucket: "bucketname",
|
||||
}},
|
||||
{"s3:eu-central-1/foobar", Config{
|
||||
Region: "eu-central-1",
|
||||
URL: "eu-central-1",
|
||||
Bucket: "foobar",
|
||||
}},
|
||||
{"s3:https://hostname:9999/foobar", Config{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue