ci: Use HTTP endpoint for minio

This commit is contained in:
Jill 2022-01-10 17:39:54 +01:00
parent bf08e62ce0
commit 561f614b6e
Signed by: KokaKiwi
GPG Key ID: 09A5A2688F13FAC1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ cat > /tmp/garage.mc/config.json <<EOF
"version": "10",
"aliases": {
"garage": {
"url": "https://localhost:4443",
"url": "http://127.0.0.1:3911",
"accessKey": "$ACCESS_KEY",
"secretKey": "$SECRET_KEY",
"api": "S3v4",