Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable using S3 to store assets #3

Open
richardgavel-ordinaryexperts opened this issue Mar 23, 2023 · 1 comment
Open

Enable using S3 to store assets #3

richardgavel-ordinaryexperts opened this issue Mar 23, 2023 · 1 comment

Comments

@richardgavel-ordinaryexperts
Copy link
Contributor

richardgavel-ordinaryexperts commented Mar 23, 2023

Instead of storing assets on the volume, S3 should be used. There is already a module to create a S3 bucket designed to store generic app assets (aleady part of the CDK stack).

        bucket = AssetsBucket(
            self,
            "AssetsBucket"
        )

https://meta.discourse.org/t/set-up-file-and-image-uploads-to-s3/7229

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant