diff options
| author | Yuval Adam <_@yuv.al> | 2023-10-13 09:58:24 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2023-10-13 09:58:24 +0200 |
| commit | ba290e09e18d0ec0cd24617614e1623d74c68a7f (patch) | |
| tree | e86e340ee7dae4399a00268872c25092fe441da5 | |
| parent | d60627660bd4875c4b65768c8801b55898e8d2e6 (diff) | |
Simpler cache control
| -rw-r--r-- | bridge.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', ) |
