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:
roy
2026-01-30 11:56:53 +08:00
committed by GitHub
parent cdb896ebf9
commit 6213f0001d
12 changed files with 133 additions and 36 deletions

View File

@@ -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

View File

@@ -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:*",