5 ms·
what do u mean by objects?
by raulonkar 13y ago
what do u mean by objects?
- jeffbarr 13y agoAn 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).