TLDR ankwad faced an issue with S3 storage configuration in Chatwoot. v_shnu provided resources and advice, suggesting there may be permission issues with the IAM user.
https://www.chatwoot.com/docs/self-hosted/deployment/storage/supported-providers/#using-amazon-s3
https://www.chatwoot.com/docs/self-hosted/deployment/storage/supported-providers/#using-amazon-s3
Create an s3 bucket and IAM user with access to that bucket. Configure the necessary env variables in Chatwoot. You are good to go.
I have done that.. in the log it says access denied
is there a way to know whats the reason behind that
you iam user must be missing permissions to write to that bucket
install aws cli on your local machine and see if you can upload a file using that credentials
ankwad
Thu, 15 Sep 2022 16:58:21 UTCAnyone here can help me with S3 storage configuration..