summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge.py b/bridge.py
index 93a61f4..b826eff 100644
--- a/bridge.py
+++ b/bridge.py
@@ -45,7 +45,7 @@ class AlarmpyBridge():
Bucket=self.bucket_name,
Body=res,
Key="alerts.json",
- CacheControl="max-age=1, public, stale-while-revalidate=3",
+ CacheControl="max-age=1, public",
StorageClass='STANDARD',
)