-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 storage: Not able to use bitiful.com as S3 storage #4710
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Hello, @YiyangLu! I'm here to help you with any bugs, questions, or contributions. Let's work together to solve this issue. The error you're encountering, "SignatureDoesNotMatch," typically indicates an issue with the signature calculation for the S3 request. This can happen if the signing method or the parameters used for generating the signature are not compatible with the specific S3 provider, in this case, bitiful.com. Here are a few steps you can take to troubleshoot and resolve this issue:
If these steps do not resolve the issue, you may need to consult bitiful.com's documentation or support for more specific guidance on their S3 implementation. |
📝 Reference
https://github.com/lobehub/lobe-chat/tree/main/docs/self-hosting/server-database/vercel.zh-CN.mdx
🐛 Feedback
Success fully deploy cloudflare R2 S3 storage. Then, I switch to other S3 storage provider and meet the problem.
When using bitful.com with correct keys, we would get SignatureDoesNotMatch (error 403) for file uploading:
The request signature we calculated does not match the signature you provided. Check your key and signing method.
The text was updated successfully, but these errors were encountered: