PipedreamHQ / PipedreamHQ/pipedream
[APP] Storj
Open
added to app backlog
app
blocked
enhancement
triaged
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**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:
```js
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](https://www.storj.io/benefits/s3-compatible).
It would be cool if I could keep using 'Connected Account'.
Contributor guide
Assessment
This issue has not been assessed yet.