N
Novu7mo ago
ISSAM

AWS s3 self-hosted error

hello i have deployed novu self-hosted with an s3 bucket and i can't upload brand logo ,i get the error message in the web browser console: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method The acces key and secret key are the same as my aws user , i need help please
2 Replies
Pawan Jain
Pawan Jain7mo ago
todd
todd7mo ago
@ISSAM I had the same issue and spent too much time figuring it out. However, the terraform that @Pawan Jain pointed you to was written by me and is what I have in production. Getting the IAM perms lined up is the key, along with the CORS. What isn't in this is the IAM for the API that executing the request to generate the URL. I have mine running as a task workload in a Fargate cluster. Nothing looks special. Ping me if you haven't solved it but its a perms issue.