add bucket info in values
All checks were successful
Build and Publish / build-release (push) Successful in 1m8s
All checks were successful
Build and Publish / build-release (push) Successful in 1m8s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user