LLevelUp
0
← Back to topic

Object Storage

Object storage stores blobs by key. It is ideal for images, videos, backups, logs, and generated exports.

bucket: user-uploads
key: avatars/user-123.png

Public buckets are easy but risky. Private buckets plus signed URLs provide controlled access.

IMPORTANT

Treat uploads as untrusted input. Validate type, size, and access permissions.

Further Learning

  • “object storage buckets keys” — storage model
  • “signed URL object storage” — temporary access
  • “secure file uploads cloud storage” — upload safety