Encryption: seekable ranged reads over encrypted objects #15
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Cordy/Cairn#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
age STREAM is not seekable, so the encrypt decorator currently reads the full object to serve an HTTP Range (fine for the web UI / typical WebDAV, wasteful for large-file random access).
Open→ReadSeekClosercontracthttp.ServeContentexpects.ENCRYPTION-COMPARISON.md.Encryption hardening; completes the v0.3 encryption story.
Decision — rejected (Manuel's review, relayed by Nikola 2026-07-31):
Closing as won't-do. The shipped behaviour — HTTP Range over encrypted objects reads the full object and serves the requested span — is now the accepted design, not a stopgap. ARCHITECTURE.md §4.3 already states this as current behaviour (corrected in the #80 docs pass); the "revisit with chunked framing" framing there and in the v0.3 milestone note should be read as settled by this decision. If large-file random access over encrypted storage ever becomes a real customer complaint, this can be reopened with that evidence.