-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Getting the error below. My bucket is public so I'm not sure what's going on - am I missing something obvious? My plugin is a copy and paste of the README.
"gatsby-source-s3-image" threw an error while running the sourceNodes lifecycle:
Missing credentials in config
plugins: [
{
resolve: 'gatsby-source-s3-image',
options: {
bucketName: 'my.bucket.name',
protocol: 'http', // [optional] Default to `https`.
},
},
...
]
"Version": "2008-10-17",
"Statement": [
{
"Sid": "AddPublicReadPermissions",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::my.bucket.name/*"
}
]
}```
tomekrozalski, LpmRaven and rub1e
Metadata
Metadata
Assignees
Labels
No labels