datapartyjs / gpgfs

encrypted file storage solution utilizing gnupg
Apache License 2.0
3 stars 0 forks source link

FEAT | Streamable encryption #31

Open sevenbitbyte opened 2 years ago

sevenbitbyte commented 2 years ago

🚀 Feature Proposal

Implement a streamable file encryption support. Support both bucket and file level streaming.

sevenbitbyte commented 1 year ago

Need to rework how we open/read/write files

https://github.com/datapartyjs/gpgfs/blob/dabe316e6bdde71beccd05deabf137f743294601/src/fuse-mount.js#L325

sevenbitbyte commented 7 months ago

Organize into Buckets -> Files -> Blocks

Blocks - Manage content storage

Files - Create and retrieve Blocks

Buckets - Index files