gatsby-source-s3 icon indicating copy to clipboard operation
gatsby-source-s3 copied to clipboard

Conflicting documentation on gatsbyjs.org

Open good3n opened this issue 4 years ago • 1 comments

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.

good3n avatar Mar 04 '20 16:03 good3n