add aws s3 iam check (#5174)
This commit is contained in:
parent
0633aae7dc
commit
d7fbae286a
4 changed files with 17 additions and 8 deletions
|
|
@ -42,6 +42,7 @@ DB_DATABASE=dify
|
|||
# storage type: local, s3, azure-blob
|
||||
STORAGE_TYPE=local
|
||||
STORAGE_LOCAL_PATH=storage
|
||||
S3_USE_AWS_MANAGED_IAM=false
|
||||
S3_ENDPOINT=https://your-bucket-name.storage.s3.clooudflare.com
|
||||
S3_BUCKET_NAME=your-bucket-name
|
||||
S3_ACCESS_KEY=your-access-key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue