From 3110b076185aba0dd654f51a390737cde19c3880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Maniaci?= Date: Mon, 18 Jan 2021 20:28:11 +0000 Subject: [PATCH] fix: use the correct key for AWS cache-control --- config/storage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/storage.yml b/config/storage.yml index e8dcb8b..518fc7d 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -14,7 +14,7 @@ amazon: region: eu-west-1 bucket: peach-melpa upload: - cache-control: 'max-age=86400, private' + cache_control: 'max-age=86400, private' # Remember not to checkin your GCS keyfile to a repository # google: