Why am I getting AccessDenied deploying Gatsby to S3?
Try setting acl: null
in gatsby-plugin-s3 options then run gatsby build
plugins: [
{
resolve: `gatsby-plugin-s3`,
options: {
bucketName: 'mybucketname.com',
acl: null
}
}
Try setting acl: null
in gatsby-plugin-s3 options then run gatsby build
plugins: [
{
resolve: `gatsby-plugin-s3`,
options: {
bucketName: 'mybucketname.com',
acl: null
}
}