configs: added config for top-level bucket
This commit is contained in:
parent
eed5751983
commit
5206570f1b
3 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue