OK, it actually needs a region
This commit is contained in:
parent
9245320712
commit
ecbd64efb1
@ -23,6 +23,7 @@ local cacheConfig(name, extra) = {
|
|||||||
bucket: 'cache',
|
bucket: 'cache',
|
||||||
path_style: true,
|
path_style: true,
|
||||||
endpoints: "127.0.0.1:9000",
|
endpoints: "127.0.0.1:9000",
|
||||||
|
region: 'eu-west-1',
|
||||||
},
|
},
|
||||||
volumes: [ { name: "cache", path: "/tmp/cache" } ]
|
volumes: [ { name: "cache", path: "/tmp/cache" } ]
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user