[GH-ISSUE #7040] S3 storage provider "get_file" broken #30107

Closed
opened 2026-04-25 04:24:39 -05:00 by GiteaMirror · 0 comments
Owner

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>/"

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\>/"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#30107