awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
957 stars 188 forks source link

Support S3 storage for tenants as AppConfig extension. #463

Closed PoeppingT closed 1 year ago

PoeppingT commented 1 year ago

This commit adds support for configuring S3 support as part of your SaaS Boost application. If configured a single S3 bucket will be created for all your tenants to read/write from, only allowable under a specific prefix passed as an environment variable to the ECS Task.

Related environment variables for use:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license