Feat/add s3 custom url (#2891)

add s3 custom url
This commit is contained in:
Henry Heng
2024-07-26 15:39:24 +01:00
committed by GitHub
parent 2dadf2e42b
commit 1c730323e2
6 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -46,4 +46,5 @@ BLOB_STORAGE_PATH=/root/.flowise/storage
# S3_STORAGE_BUCKET_NAME=flowise
# S3_STORAGE_ACCESS_KEY_ID=<your-access-key>
# S3_STORAGE_SECRET_ACCESS_KEY=<your-secret-key>
# S3_STORAGE_REGION=us-west-2
# S3_STORAGE_REGION=us-west-2
# S3_ENDPOINT_URL=<custom-s3-endpoint-url>