Hi
I am able to list/download/upload/delete the objects using uplink golang cli
However, I am also interested to access them without installing golang & all that. For that, I need an HTTP REST API so that I can send request & receive response.
But I am unable to find any such API
Please help
Hi @Erikvv
If you could please share some resource/documentation/URL etc to do that, it would be further helpful for me.
(Since I am somewhat newbie for this, that’s why)
Thanks a lot in advance!
There is no out-of-the-box HTTP-API available. That is due to the fact that there is more to be done for a secure decentralized cloud storage like Storj/Tardigrade is. If there would be such a service, you would have to provide your credentials and effectively trust that service. So the only way to achieve this (as far as I know) is to implement your own “gateway” that accepts your HTTP-requests and converts it into “uplink-commands”.
I’m not sure if Minio or other S3-compatible gateways could handle this, though. But “the network” itself does not provide HTTP-APIs for file upload/download and such.