From 805af03f235f5d6d9a42df436347a44d77c16c4f Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 10 Sep 2025 11:01:32 -0500 Subject: [PATCH] changes --- Configuration-File-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration-File-Options.md b/Configuration-File-Options.md index e5e21ba..806897a 100644 --- a/Configuration-File-Options.md +++ b/Configuration-File-Options.md @@ -91,7 +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.ForceLegacyEncryption | Disables `Agon2id` KDF and switches from Base-64 object key names to hex strings. Bucket must be empty or must be a non-empty encrypted bucket created using `repertory` v2.0.x. If this setting is `false`, the bucket will be automatically upgraded to v2.1.0 behavior (`Argon2id` and Base-64 object key names) when empty. | ❌ | | S3Config.Region | S3 region | ❌ | | S3Config.SecretKey | AWS/S3 secret key | ❌ | | S3Config.TimeoutMs | Timeout for S3 API calls in ms | ❌ |