S3 upload fails #9510
Replies: 5 comments 1 reply
-
Strange behaviour. Image upload is working. But upload for files for RAG is not working. |
Beta Was this translation helpful? Give feedback.
-
I found solution. It seems that fileStrategy: "s3" did not work. But new config did woork:
|
Beta Was this translation helpful? Give feedback.
-
I was wrong, this kind of config broke config reading.
So i bleive, I need to wait next version to use this kind of config? @danny-avila |
Beta Was this translation helpful? Give feedback.
-
Reopen until @danny-avila answer. Right now it seems that it is impossible to use s3 (or like) solution with RAG in -r3 version. New stile config is also not supported yet. |
Beta Was this translation helpful? Give feedback.
-
Both image and file uploads are working for me via S3 (not GCS) using just the following: fileStrategy: "s3" Double-check your S3 credentials: ## S3
AWS_ACCESS_KEY_ID=access_key
AWS_SECRET_ACCESS_KEY=secret_access_key
AWS_REGION=your_region
AWS_BUCKET_NAME=your_bucket_name |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
We are using Google Cloud Storage, but with HMAC and s3 compatible.
After uograding to -r3 we can not upload files, because signature mismatch.
Google secret and access key are correct.
Version Information
ghcr.io/danny-avila/librechat v0.8.0-rc3 fdaddca5d75c 13 days ago 1.57GB
ghcr.io/danny-avila/librechat v0.8.0-rc2 78a279684768 3 weeks ago 1.17GB
ghcr.io/danny-avila/librechat-rag-api-dev-lite v0.6.0 fdceac10490b 4 weeks ago 1.48GB
ghcr.io/danny-avila/librechat v0.8.0-rc1 25d757180cb4 4 weeks ago 1.17GB
ghcr.io/virtuos/librechat_exporter main 3012a75299b4 2 months ago 283MB
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions