diff options
Diffstat (limited to 'example')
| -rw-r--r-- | example/config.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml index bf6be2573..a7c679f38 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -288,6 +288,17 @@ cache: # Default: "100MiB" memory-target: "100MiB" + # cache.s3-object-info (if set) enables caching + # of S3 object information in the storage driver. + # This can help reduce S3 calls on metered buckets + # by caching simple information like whether an + # object exists, and if so, its size. Left unset, + # the cache will be disabled, which is the default. + # The given value determines the cache capacity. + # Examples: [0, 8000, 16000, 2560000] + # Default: 0 + s3-object-info: 0 + ###################### ##### WEB CONFIG ##### ###################### |
