Encrypted Use of S3 Buckets #10
Labels
No Label
availability
bug
deployment-usability
duplicate
enhancement
help-wanted
question
security
stack-auth
stack-chat
stack-cleanup
stack-git
stack-mesh
stack-site-support
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: python-support/python-support-infra#10
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
S3 providers have various pros/cons. For example, Cloudflare R2 has up to 10GB free storage. All non-self-hosted providers have the same privacy issues, though.
Luckily,
rclone
itself (which implements the Docker volume plugin we use for non-low-latency filesystems) can help. It can wrap backends in a layer of AES encryption, which is critical for keeping data private from storage providers. The use is a little nuanced, and probably will require host-installed configs for us to stay sane.