added ForceLegacyEncryption

2025-09-10 10:56:48 -05:00
parent 9a434f71b0
commit 23c2c0cb4f

@@ -52,6 +52,7 @@ 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,
@@ -90,6 +91,7 @@ Provides cloud storage access using S3-compatible APIs, with optional transparen
| S3Config.AccessKey | AWS/S3 access key | ❌ |
| S3Config.Bucket | Bucket name | ❌ |
| S3Config.EncryptionToken | Encryption key/token for encrypted buckets | ❌ |
| S3Config.ForceLegacyEncryption | Disables `Agon2id` KDF and switches from Base-64 object key names to hex strings | ❌ |
| S3Config.Region | S3 region | ❌ |
| S3Config.SecretKey | AWS/S3 secret key | ❌ |
| S3Config.TimeoutMs | Timeout for S3 API calls in ms | ❌ |