mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-28 01:02:28 +08:00
chore: add extra sub path for custom S3 (#6339)
* fix: storage sdk * chore: add extra sub path for custom S3
This commit is contained in:
@@ -46,6 +46,7 @@ STORAGE_EXTERNAL_ENDPOINT=
|
||||
STORAGE_S3_ENDPOINT=http://localhost:9000
|
||||
STORAGE_S3_FORCE_PATH_STYLE=true
|
||||
STORAGE_S3_MAX_RETRIES=3
|
||||
STORAGE_PUBLIC_ACCESS_EXTRA_SUB_PATH=
|
||||
|
||||
# Redis URL
|
||||
REDIS_URL=redis://default:mypassword@localhost:6379
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"@dagrejs/dagre": "^1.1.4",
|
||||
"@emotion/react": "11.11.1",
|
||||
"@emotion/styled": "11.11.0",
|
||||
"@fastgpt-sdk/storage": "0.6.6",
|
||||
"@fastgpt-sdk/storage": "^0.6.15",
|
||||
"@fastgpt/global": "workspace:*",
|
||||
"@fastgpt/service": "workspace:*",
|
||||
"@fastgpt/web": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user