Open sevenbitbyte opened 2 years ago
Implement a streamable file encryption support. Support both bucket and file level streaming.
Need to rework how we open/read/write files
https://github.com/datapartyjs/gpgfs/blob/dabe316e6bdde71beccd05deabf137f743294601/src/fuse-mount.js#L325
Organize into Buckets -> Files -> Blocks
Blocks - Manage content storage
Blocks
Files - Create and retrieve Blocks
Files
Buckets - Index files
Buckets
🚀 Feature Proposal
Implement a streamable file encryption support. Support both bucket and file level streaming.