mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #7040] S3 storage provider "get_file" broken #53245
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RobinBially on GitHub (Nov 19, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7040
When uploading a file to s3, the local file path is stored in file.path table column instead of the s3 path and used later in "_get_file_from_s3" which leads to an error because it tries to parse a path starting with "S3://<bucket-name>/"