Q: Why S3?
A: Simple Storage Service
Notes
- S3 is object based, allows you to upload files.
- Files could be 0bytes to 5TB
- Unlimited storage
- Files are stored in buckets — not folders
- S3 is a universal namespace — names should be unique. It’s like a one big C drive
- Not suitable to install an operating system
- Successful uploads will return a HTTP 200 status code
Basics
- Key/Value pair
- Key name of the object
- Value data of the object
- Upload - read immediately
- Modify / Delete - not guaranteed to take effect at once.
Types
S3 Standard | S3 Infrequently Accessed | S3 One zone | S3 Intelligent Tiering | S3 Glacier | S3 Deep Archive
Top comments (0)