Creating a bucket per user sounds like a bad idea in every blob storage service, not just R2. The pr

Creating a bucket per user sounds like a bad idea in every blob storage service, not just R2. The prefixes are exactly what you should do. Deleting the user data should be easy since you can delete based on a prefix.

R2 does have disaster recovery internally, we don't have user-facing replication (like you can't have two buckets on your account that automatically copy each other)
Was this page helpful?