Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT | Streamable encryption #31

Open
Tracked by #39
sevenbitbyte opened this issue Nov 5, 2022 · 2 comments
Open
Tracked by #39

FEAT | Streamable encryption #31

sevenbitbyte opened this issue Nov 5, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@sevenbitbyte
Copy link
Member

🚀 Feature Proposal

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

@sevenbitbyte sevenbitbyte added the enhancement New feature or request label Nov 5, 2022
@sevenbitbyte
Copy link
Member Author

sevenbitbyte commented Nov 16, 2023

Need to rework how we open/read/write files

let sliced = file.content.slice(pos)

@sevenbitbyte
Copy link
Member Author

Organize into Buckets -> Files -> Blocks

Blocks - Manage content storage

Files - Create and retrieve Blocks

Buckets - Index files

@sevenbitbyte sevenbitbyte mentioned this issue Apr 19, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant