configs: added config for top-level bucket

This commit is contained in:
RhodeCode Admin 2024-06-18 14:05:33 +02:00
parent eed5751983
commit 5206570f1b
3 changed files with 15 additions and 0 deletions

View file

@ -311,6 +311,11 @@ archive_cache.objectstore.secret = secret
; default is 8 shards
archive_cache.objectstore.bucket_shards = 8
; a top-level bucket to put all other sharded buckets in
; in case it's empty all buckets will be created in top-level (not recommended)
; objects will be stored in rhodecode-archive-cache/shard-bucket-N based on the bucket_shards number
archive_cache.objectstore.bucket_root = rhodecode-archive-cache
; if true, this cache will try to retry with retry_attempts=N times waiting retry_backoff time
archive_cache.objectstore.retry = false

View file

@ -279,6 +279,11 @@ archive_cache.objectstore.secret = secret
; default is 8 shards
archive_cache.objectstore.bucket_shards = 8
; a top-level bucket to put all other sharded buckets in
; in case it's empty all buckets will be created in top-level (not recommended)
; objects will be stored in rhodecode-archive-cache/shard-bucket-N based on the bucket_shards number
archive_cache.objectstore.bucket_root = rhodecode-archive-cache
; if true, this cache will try to retry with retry_attempts=N times waiting retry_backoff time
archive_cache.objectstore.retry = false

View file

@ -279,6 +279,11 @@ archive_cache.objectstore.secret = secret
; default is 8 shards
archive_cache.objectstore.bucket_shards = 8
; a top-level bucket to put all other sharded buckets in
; in case it's empty all buckets will be created in top-level (not recommended)
; objects will be stored in rhodecode-archive-cache/shard-bucket-N based on the bucket_shards number
archive_cache.objectstore.bucket_root = rhodecode-archive-cache
; if true, this cache will try to retry with retry_attempts=N times waiting retry_backoff time
archive_cache.objectstore.retry = false