Let's try without a region

This commit is contained in:
Ana Gelez 2020-07-26 17:11:00 +02:00
parent 3ddd6d0254
commit 7cf3a4b37c

View File

@ -21,7 +21,6 @@ local cacheConfig(name, extra) = {
archive_format: "gzip", archive_format: "gzip",
mount: [ "~/.cargo/", "./target" ], mount: [ "~/.cargo/", "./target" ],
bucket: 'cache', bucket: 'cache',
region: 'eu-west-1',
path_style: true, path_style: true,
endpoints: "127.0.0.1:9000", endpoints: "127.0.0.1:9000",
}, },