-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 : Sending campain with private bucket file attachement fails because of incorrrect PresignedUrl #1499
Comments
Can you blur the sensitive details and share your S3 settings? |
Hello @knadh, I may found the bug here : It seems that I am not sure that the |
To sum up :
|
Thanks for investigating and detailing this issue @julienvienne. Turns out, there were multiple issues here.
@ashso you've to set the appropriate Cloudflare URL in the "custom public URL" field. |
Version:
Description of the bug and steps to reproduce:
I try to use AWS S3 private bucket to save medias and send a new campain.
File upload is going well in my bucket using credentials, but when I try to send a new campain, listmonk creates a presigned URL to get the file back. This URL is not working in my case. I get a 403 error because :
The URL is build in this source code, but I cannot understand why the signature mismatch.
According to this StackOverflow post, it may be related to incorrect file path in the URL.
As a consequence, the campain stays indefinitively on the Running status
The text was updated successfully, but these errors were encountered: