changes

2025-09-10 11:01:32 -05:00
parent 9a4a7d7e35
commit 805af03f23

@@ -91,7 +91,7 @@ Provides cloud storage access using S3-compatible APIs, with optional transparen
| S3Config.AccessKey | AWS/S3 access key | ❌ | | S3Config.AccessKey | AWS/S3 access key | ❌ |
| S3Config.Bucket | Bucket name | ❌ | | S3Config.Bucket | Bucket name | ❌ |
| S3Config.EncryptionToken | Encryption key/token for encrypted buckets | ❌ | | 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.Region | S3 region | ❌ |
| S3Config.SecretKey | AWS/S3 secret key | ❌ | | S3Config.SecretKey | AWS/S3 secret key | ❌ |
| S3Config.TimeoutMs | Timeout for S3 API calls in ms | ❌ | | S3Config.TimeoutMs | Timeout for S3 API calls in ms | ❌ |