correct CI s3 test server url

This commit is contained in:
Alexander Neumann 2015-12-28 18:23:34 +01:00
parent 7d5f8214cf
commit 1ad5c3813c
1 changed files with 1 additions and 1 deletions

View File

@ -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",
}