feat: Implement s3_path in storage config.

This commit is contained in:
Anastasia Calico
2026-09-20 16:47:22 +00:00
committed by Tangled
parent 833356116a
commit 34ece34296
3 changed files with 47 additions and 16 deletions
+7
View File
@@ -264,6 +264,13 @@
# Can also be specified via environment variable `S3_ENDPOINT`.
#s3_endpoint =
# Path on the storage for the S3 blob backend.
#
# Can also be specified via environment variable `S3_PATH`.
#
# Default value: ""
#s3_path = ""
# Repository backend: `postgres` by default, or `tranquil-store`, our embedded db.
# tranquil-store is EXPERIMENTAL!!!! RISK OF TOTAL DATA LOSS.
#