fix

2025-09-10 10:57:07 -05:00
parent 23c2c0cb4f
commit 9a4a7d7e35

@@ -52,7 +52,6 @@ Provides cloud storage access using S3-compatible APIs, with optional transparen
"EventLevel": "info",
"EvictionDelayMinutes": 1,
"EvictionUseAccessedTime": false,
"ForceLegacyEncryption": false,
"HighFreqIntervalSeconds": 30,
"LowFreqIntervalSeconds": 3600,
"MaxCacheSizeBytes": 21474836480,
@@ -72,6 +71,7 @@ Provides cloud storage access using S3-compatible APIs, with optional transparen
"AccessKey": "<my access key>",
"Bucket": "<my bucket name>",
"EncryptionToken": "",
"ForceLegacyEncryption": false,
"Region": "any",
"SecretKey": "<my secret key>",
"TimeoutMs": 60000,