fix
@@ -52,7 +52,6 @@ Provides cloud storage access using S3-compatible APIs, with optional transparen
|
|||||||
"EventLevel": "info",
|
"EventLevel": "info",
|
||||||
"EvictionDelayMinutes": 1,
|
"EvictionDelayMinutes": 1,
|
||||||
"EvictionUseAccessedTime": false,
|
"EvictionUseAccessedTime": false,
|
||||||
"ForceLegacyEncryption": false,
|
|
||||||
"HighFreqIntervalSeconds": 30,
|
"HighFreqIntervalSeconds": 30,
|
||||||
"LowFreqIntervalSeconds": 3600,
|
"LowFreqIntervalSeconds": 3600,
|
||||||
"MaxCacheSizeBytes": 21474836480,
|
"MaxCacheSizeBytes": 21474836480,
|
||||||
@@ -72,6 +71,7 @@ Provides cloud storage access using S3-compatible APIs, with optional transparen
|
|||||||
"AccessKey": "<my access key>",
|
"AccessKey": "<my access key>",
|
||||||
"Bucket": "<my bucket name>",
|
"Bucket": "<my bucket name>",
|
||||||
"EncryptionToken": "",
|
"EncryptionToken": "",
|
||||||
|
"ForceLegacyEncryption": false,
|
||||||
"Region": "any",
|
"Region": "any",
|
||||||
"SecretKey": "<my secret key>",
|
"SecretKey": "<my secret key>",
|
||||||
"TimeoutMs": 60000,
|
"TimeoutMs": 60000,
|
||||||
|
Reference in New Issue
Block a user