From ecbd64efb14a340812499475451deb2037704948 Mon Sep 17 00:00:00 2001 From: Ana Gelez Date: Sun, 26 Jul 2020 17:17:56 +0200 Subject: [PATCH] OK, it actually needs a region --- .drone.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.jsonnet b/.drone.jsonnet index e5244751..9254be0c 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -23,6 +23,7 @@ local cacheConfig(name, extra) = { bucket: 'cache', path_style: true, endpoints: "127.0.0.1:9000", + region: 'eu-west-1', }, volumes: [ { name: "cache", path: "/tmp/cache" } ] };