Amanda Torres commited on
Commit ·
8d29f83
1
Parent(s): c4ae95a
post gcs object lifecycle stamp to config
Browse files- middleware.py +1 -1
middleware.py
CHANGED
|
@@ -92,4 +92,4 @@ def check_policy_to_str(
|
|
| 92 |
if indent is None:
|
| 93 |
return AccessMiddleware.dumps(record)
|
| 94 |
return json.dumps(record, indent=indent, default=str)
|
| 95 |
-
# Last sync: 2026-05-07
|
|
|
|
| 92 |
if indent is None:
|
| 93 |
return AccessMiddleware.dumps(record)
|
| 94 |
return json.dumps(record, indent=indent, default=str)
|
| 95 |
+
# Last sync: 2026-05-07 07:16:13 UTC
|