Adding gatsby-source-s3 to the Gatsby monorepo #34050
-
Hi people— For the past two years, I've been maintaining a source plugin to pull images from AWS S3 buckets. It enables Gatsby to process images with sharp, while hosting images off of GitHub—useful for image-heavy sites and blogs that don't use a CMS. ContextI didn't create the first ever So my version of Some key aspects:
👉 Find it on GitHub at robinmetral/gatsby-source-s3 ProposalNow for the catch: I'm not using Gatsby very much any more, and I don't think I can keep up with future maintenance and potential updates for the plugin. Which is why I'm wondering if we could consider moving the source plugin into the Gatsby monorepo, alongside other source packages. This would have several benefits:
Any thoughts here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! We won't be adding more packages to our monorepo (we rather try to minimize the count) but we'll be working on properly highlighting, supporting and incorporating https://github.com/gatsby-uc/plugins into the community & governance. tl;dr this is the place where I'd propose you put your plugin :) |
Beta Was this translation helpful? Give feedback.
Hi!
We won't be adding more packages to our monorepo (we rather try to minimize the count) but we'll be working on properly highlighting, supporting and incorporating https://github.com/gatsby-uc/plugins into the community & governance. tl;dr this is the place where I'd propose you put your plugin :)