From 23c2c0cb4f59860321e559b6b9c8c4499d572a72 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 10 Sep 2025 10:56:48 -0500 Subject: [PATCH] added ForceLegacyEncryption --- Configuration-File-Options.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configuration-File-Options.md b/Configuration-File-Options.md index b9f9743..c29210f 100644 --- a/Configuration-File-Options.md +++ b/Configuration-File-Options.md @@ -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 | ❌ |