chore: update storage config example (#2887)

chore: update config example
This commit is contained in:
Niwaka
2023-12-07 12:18:56 +09:00
committed by GitHub
parent 43f32f4499
commit 09aa4b72a5
2 changed files with 11 additions and 2 deletions

View File

@@ -54,8 +54,11 @@ type = "File"
# The local file cache capacity in bytes.
# cache_capacity = "256MB"
[storage.default_store]
type = "File"
# Custom storage options
#[[storage.providers]]
#type = "S3"
#[[storage.providers]]
#type = "Gcs"
# Mito engine options
[[region_engine]]

View File

@@ -122,6 +122,12 @@ type = "File"
# The local file cache capacity in bytes.
# cache_capacity = "256MB"
# Custom storage options
#[[storage.providers]]
#type = "S3"
#[[storage.providers]]
#type = "Gcs"
# Mito engine options
[[region_engine]]
[region_engine.mito]