Skip to content

Commit

Permalink
WIP multifile encrypt/decrypt
Browse files Browse the repository at this point in the history
- script to generate lots of tiny files
- in memory cache, to avoid bulk downloads as they seem busted if you try to go over 20 files at a time
- use p-limit to pool requests
  • Loading branch information
dmihalcik-virtru committed May 13, 2024
1 parent 048bd30 commit 46b24fe
Show file tree
Hide file tree
Showing 6 changed files with 505 additions and 318 deletions.
2 changes: 1 addition & 1 deletion remote-store/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

94 changes: 63 additions & 31 deletions web-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@opentdf/client": "file:../lib/opentdf-client-2.0.0.tgz",
"clsx": "^2.0.0",
"native-file-system-adapter": "^3.0.1",
"p-limit": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit 46b24fe

Please sign in to comment.