Configuring Cloudflare R2 with S3 for Twenty CRM - Credentials Issue
Hello,
I’m trying to configure S3 storage with Cloudflare R2 for Twenty CRM, but I keep running into issues. I’ve already gone through the documentation, but nothing seems to work. Has anyone else encountered a similar problem?
Here’s my current
.env
setup in Docker Compose:
my env docker compose:
Error log :
If anyone has successfully set up Cloudflare R2 with Twenty CRM or can point me in the right direction, I’d really appreciate your help. Thank you! 🙏1 Reply
Oh, I just realized my mistake! 😅 The
docker-compose.yml
provided by Twenty CRM didn’t include the variables for the S3 credentials.
I simply needed to add these two lines to make it work:
Now everything is working perfectly. Kudos to myself for catching that!