gatsby-source-s3
gatsby-source-s3 copied to clipboard
Conflicting documentation on gatsbyjs.org
The documentation for this plugin on the gatsbyjs website conflicts with the information in the repository readme.
Specifically:
aws: { accessKeyId: 'youraccesskeyhere', secretAccessKeyId: 'hunter2', }
Whereas the repo readme is correct.
aws: { accessKeyId: 'youraccesskeyhere', secretAccessKey: 'hunter2', }
secretAccessKey as opposed to secretAccessKeyId being the difference.