Replies: 2 comments 4 replies
-
I've read up on gomplate and see that your intent here is to provide gomplate support for reading gomplate data sources from a variety of cloud storage locations. FWIW, the goals of this project appear aligned with those of mine (neither are negatively affected by fs.FS's read-only constraint), so I'll go ahead and pursue developing fsimpl wrappers for some providers. Let me know if you've got any feedback or guidance other than what's in your README. I've also been looking at hackpadfs and considering borrowing from their approach as well. CHeers. |
Beta Was this translation helpful? Give feedback.
-
Yeah, i coincidentally saw your post there on fs.FS write support the other day. Sometimes its a small world when you get deep into a nook or cranny of tech. I reached out to hackpadfs's creator on IBM internal slack yesterday after noticing how much we had in common. Not that im anywhere near as prolific in open-source as he... Thanks for the tips. At this point, im likely to start with forks of hackpadfs and go-fsimpl, and will do some experimentation and keep you and John posted. I know he shares your concerns about the lack of write interface support and diverging feom the standard lib too much.. |
Beta Was this translation helpful? Give feedback.
-
Hi @hairyhenderson! I have selected your repo as a starting point for a component of a personal project I'm working on - essentially a multicloud personal digital media analyzer/organizer. I have decided to abstract each supported storage backend as a fs.FS, which is of course what brought me here. :-)
My question for you is whether you'd be interested in pull requests here supporting fs.FS impls for:
??
I really like what you've done here and would love to contribute to my needs here, and also get the benefit of the cloud storage support you've already added.
Cheers,
Tim
Beta Was this translation helpful? Give feedback.
All reactions