|
|
|
|
|
by bucket_
152 days ago
|
|
A database breach wouldn't compromise your files because we never store the secrets needed to access them. When you start an upload, the API generates a unique bID and secret, then provides a short-lived presigned URL. Your file transfers directly from your terminal to S3—it never passes through our servers. Once the upload completes, the bID and secret are returned to your CLI. The secret is immediately discarded by our backend. Only its cryptographic hash is stored in our database. |
|