added ForceLegacyEncryption
@@ -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 | ❌ |
|
||||
|
Reference in New Issue
Block a user