Starting April 2023, AWS has changed the defaults of new S3 Buckets to be blocked for public access (see here). This causes issues when using Fastsite since we get the below errors when setting access policy caused by this.
Bucket cannot have ACLs set with ObjectOwnership's BucketOwnerEnforced setting
This pull requests fix this issues so that we can create new deployments that are publily accessible.
Starting April 2023, AWS has changed the defaults of new S3 Buckets to be blocked for public access (see here). This causes issues when using Fastsite since we get the below errors when setting access policy caused by this.
Bucket cannot have ACLs set with ObjectOwnership's BucketOwnerEnforced setting
This pull requests fix this issues so that we can create new deployments that are publily accessible.