gatsby-source-s3
gatsby-source-s3 copied to clipboard
A Gatsby plugin to source objects and images from AWS S3. Compatible with Gatsby v4.
This is already handled by Gatsby pretty well, but the [Cache API](https://www.gatsbyjs.org/docs/build-caching/) can be leveraged to make sure the pulled images are persisted between builds. --- Relevant Gatsby PRs about...
Great plugin, thanks for creating it! Sometimes I don't want to process any images - for example in my CI pipeline. An easy way to accomplish that is to do...
I just wanted to mention the idea of maybe documenting another way of using this plugin. The site I am building is an e-commerce platform with thousands of images (for...