Add support for IPFS cluster fetching file bytes by calling GET /api/cluster/<clusterId>/<cid> (n.b. it works for all pinned cids for now)
Add stubs for other stores
Deletion does not work as it requires slightly more complex logic as a result of cluster service not seeming to pin recursively. Specifically, if a file is added, it is wrapped in a directory, but only the directory is pinned to the cluster (even though it's recursive)
Tests
Postman collection passes, except for Delete file and Delete all files
Changes
GET /api/cluster/<clusterId>/<cid>
(n.b. it works for all pinned cids for now)Tests
Delete file
andDelete all files