mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
correct CI s3 test server url
This commit is contained in:
parent
7d5f8214cf
commit
1ad5c3813c
@ -256,7 +256,7 @@ var minioConfig = `
|
||||
`
|
||||
|
||||
var minioEnv = map[string]string{
|
||||
"RESTIC_TEST_S3_SERVER": "127.0.0.1:9000",
|
||||
"RESTIC_TEST_S3_SERVER": "http://127.0.0.1:9000",
|
||||
"AWS_ACCESS_KEY_ID": "KEBIYDZ87HCIH5D17YCN",
|
||||
"AWS_SECRET_ACCESS_KEY": "bVX1KhipSBPopEfmhc7rGz8ooxx27xdJ7Gkh1mVe",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user