Hacker News new | ask | show | jobs
by jeffbarr 4807 days ago
An object is a single blob of data. S3 objects vary in size from 1 byte up to 5 Terabytes. They can be uploaded with a single PUT, or with multiple PUTs in series or in parallel (which we call multipart upload). They can be downloaded as a unit, in full (GET) or in part (range GET).
1 comments

Thanks jeffbarr for valuable information...
Which you could have googled in 3 seconds.