Skip to main content

Common object operations in code

Applications generally use SDKs to:
  • Upload new objects
  • Download or stream objects
  • Delete obsolete data
  • Generate presigned URLs for temporary access

Example upload

Good practice

Treat object keys as part of your application contract so you do not create inconsistent prefixes over time.