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.28k stars 278 forks source link

fix: #604 Fix user export #606

Closed mkleszcz closed 3 months ago

mkleszcz commented 4 months ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce?

Fixes #604

Added AWS_EXPORTS_STORAGE_BUCKET_NAME env and allow backend task role to access exports bucket.

What is the current behavior?

Export functionality fill fail because there is no AWS_EXPORTS_STORAGE_BUCKET_NAME set.