mirror of
https://github.com/restic/restic.git
synced 2025-12-04 00:31:48 +00:00
s3: properly integrate minio-go lib
This commit is contained in:
@@ -56,6 +56,12 @@ var parseTests = []struct {
|
||||
Bucket: "bucketname",
|
||||
}},
|
||||
},
|
||||
{"s3:eu-central-1/repo", Location{Scheme: "s3",
|
||||
Config: s3.Config{
|
||||
Region: "eu-central-1",
|
||||
Bucket: "repo",
|
||||
}},
|
||||
},
|
||||
{"s3:https://hostname.foo/repo", Location{Scheme: "s3",
|
||||
Config: s3.Config{
|
||||
URL: "https://hostname.foo",
|
||||
|
||||
Reference in New Issue
Block a user