mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
add remote pinning to ipfs command (#7661)
Added support for remote pinning services A pinning service is a service that accepts CIDs from a user in order to host the data associated with them. The spec for these services is defined at https://github.com/ipfs/pinning-services-api-spec Support is available via the `ipfs pin remote` CLI and the corresponding HTTP API Co-authored-by: Petar Maymounkov <petarm@gmail.com> Co-authored-by: Marcin Rataj <lidel@lidel.org> Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
This commit is contained in:
@ -177,11 +177,19 @@ func TestCommands(t *testing.T) {
|
||||
"/p2p/stream/ls",
|
||||
"/pin",
|
||||
"/pin/add",
|
||||
"/ping",
|
||||
"/pin/ls",
|
||||
"/pin/remote",
|
||||
"/pin/remote/add",
|
||||
"/pin/remote/ls",
|
||||
"/pin/remote/rm",
|
||||
"/pin/remote/service",
|
||||
"/pin/remote/service/add",
|
||||
"/pin/remote/service/ls",
|
||||
"/pin/remote/service/rm",
|
||||
"/pin/rm",
|
||||
"/pin/update",
|
||||
"/pin/verify",
|
||||
"/ping",
|
||||
"/pubsub",
|
||||
"/pubsub/ls",
|
||||
"/pubsub/peers",
|
||||
|
Reference in New Issue
Block a user