PipedreamHQ / PipedreamHQ/pipedream

[APP] Storj

Open
#9,979 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.