Add LANGFUSE_S3_EVENT_UPLOAD_FORCE_PATH_STYLE to stack.env for S3 configuration

This commit is contained in:
2025-12-18 20:31:39 +00:00
parent 52ffb88686
commit aadeef2128

View File

@@ -176,6 +176,7 @@ LANGFUSE_S3_EVENT_UPLOAD_ENDPOINT=https://io.baked.rocks
LANGFUSE_S3_EVENT_UPLOAD_REGION=us-east-1
LANGFUSE_S3_EVENT_UPLOAD_ACCESS_KEY_ID=root
LANGFUSE_S3_EVENT_UPLOAD_SECRET_ACCESS_KEY=squirtle123
LANGFUSE_S3_EVENT_UPLOAD_FORCE_PATH_STYLE=true
# Whether to use blob_storage_file_log table to manage blob storage events
# Can be set to `false` if `event` entities are managed using lifecycle policies in the blob storage bucket.
LANGFUSE_ENABLE_BLOB_STORAGE_FILE_LOG=true