apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
2.27k stars 278 forks source link

Fix user data export on the AWS environment #604

Closed mkleszcz closed 3 months ago

mkleszcz commented 4 months ago

Documentation is

Explain in detail

There is missing AWS_EXPORTS_STORAGE_BUCKET_NAME environment variable in the backend / workers task docker container. Also need to verify if backend task role has access to the bucket.

Your Suggestion for Changes

We need to check and add it