Closed rkalis closed 3 years ago
After discussion, we included preserve-to-buckets in the scope. No other Filecoin-related preserve plugins will be developed at this point, but any plugins can be created in the future (also for e.g. Arweave or other platforms). This doesn't need its own issue though.
While preserve-to-ipfs and preserve-to-filecoin allow users to preserve their files to Filecoin, there are some tools/services that can make this easier.
Powergate offers a friendly API around the Lotus client, which could be used in a preserve-to-powergate plugin, but since this still requires you to run a Lotus client, so imo this does not offer a significant benefit over the main preserve-to-filecoin plugin.
On the other hand textileio offers an S3 like wrapper around Filecoin called Buckets. This allows you to store files on Filecoin without having to run your own Lotus client. This has significant benefits and should be considered as an extension. For the current integration this is out of scope though.