mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac/fix: s3 checksum validation
This commit is contained in:
parent
492bcf9d26
commit
9726c0b7ee
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ class S3StorageProvider(StorageProvider):
|
|||
"use_accelerate_endpoint": S3_USE_ACCELERATE_ENDPOINT,
|
||||
"addressing_style": S3_ADDRESSING_STYLE,
|
||||
},
|
||||
# KIT change - see https://github.com/boto/boto3/issues/4400#issuecomment-2600742103∆
|
||||
request_checksum_calculation="when_required",
|
||||
response_checksum_validation="when_required",
|
||||
)
|
||||
|
||||
# If access key and secret are provided, use them for authentication
|
||||
|
|
|
|||
Loading…
Reference in a new issue