johnweland / foundry-ecs

Infrastructure for running Foundry VTT within AWS ECS
1 stars 0 forks source link

S3 storage for game assets #4

Open johnweland opened 8 months ago

johnweland commented 8 months ago

Foundry VTT allows for a configuration to enable game assets to be stored in Amazon S3.

Both the configuration needs to be set as well as the bucket and policies set in the infrastructure to make it a repeatable process for deployments

johnweland commented 7 months ago

Began S3 setup following this documentation https://foundryvtt.com/article/aws-s3/

Created S3 Bucket, Bucket Policy, and CORS policy. TODO: create IAM user and permissions to pass into the container