PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.75k stars 5.27k forks source link

[APP] Storj #9979

Open davetapley opened 7 months ago

davetapley commented 7 months ago

Name of app / service

Storj

Link to developer documentation

https://www.storj.io/

Is lack of support preventing you from building workflows, or do you have a workaround?

I'm currently using an AWS 'Connected Account' and using S3 in a Node step like this:

const { accessKeyId, secretAccessKey } = auths.aws
const AWS = require("aws-sdk")
const s3 = new AWS.S3({ accessKeyId, secretAccessKey })

I'm thinking of switching to Storj, which is S3 compatible. It would be cool if I could keep using 'Connected Account'.

davetapley commented 7 months ago

Ha, apparently I already asked about this before 🤪

sergio-eliot-rodriguez commented 7 months ago

Ok, so we have it flagged but still blocked on the Go dependency https://docs.storj.io/dcs/api/sdk https://www.npmjs.com/package/uplink-nodejs

Make sure your PATH includes the $GOPATH/bin directory, so that your commands can be easily used Refer: Install the Go Tools:

export PATH=$PATH:$GOPATH/bin