Skip to content

Commit

Permalink
wip: add upload to storj flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-saxena-yral committed Dec 9, 2024
1 parent f875182 commit 106e55d
Show file tree
Hide file tree
Showing 8 changed files with 772 additions and 40 deletions.
7 changes: 6 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
GOOGLE_SA_KEY="test_token"
GOOGLE_SA_KEY=test
YRAL_METADATA_TOKEN="test_token"
QSTASH_CURRENT_SIGNING_KEY="test_key"
QSTASH_AUTH_TOKEN="test_token"
STORJ_ACCESS_KEY_ID="test_token"
STORJ_SECRET_KEY="test_token"

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/.direnv
gha-creds-*.json
.DS_Store
.env
google_service_account.json
Loading

0 comments on commit 106e55d

Please sign in to comment.