Object storage is the workhorse of modern systems. S3 has nines of durability (%). Objects are immutable. Each has a unique key.
Use cases: User uploads, static assets, backups, data lake raw files, ML training data.
Access patterns: Direct URL (with CDN), presigned URLs for temporary access, event triggers (new object → Lambda function). In interviews, S3 is your default for any file or media storage.