add bucket info in values
All checks were successful
Build and Publish / build-release (push) Successful in 1m8s

This commit is contained in:
2026-04-24 14:38:05 -05:00
parent c77845852e
commit 2018f5a5f6
3 changed files with 82 additions and 46 deletions

View File

@@ -1,7 +1,10 @@
from pydantic_settings import BaseSettings
class Settings(BaseSettings):
# S3 settings
# COSI settings (preferred)
cosi_bucket_info_path: str = ""
# S3 settings (fallback)
s3_endpoint: str = "http://localhost:9000"
s3_access_key_id: str = "minioadmin"
s3_secret_key: str = "minioadmin"