Object Storage
A storage architecture managing data as objects with metadata, ideal for unstructured data at massive scale.
Also: blob storage
Definition
Object storage is a data storage architecture that manages data as discrete units called objects, each containing the data itself, metadata, and a unique identifier. Unlike file storage (hierarchical directories) or block storage (raw disk), object storage is flat and accessed via APIs (typically HTTP/REST). Object storage is highly scalable, durable, and cost-effective for storing unstructured data like images, videos, backups, and logs. AWS S3 is the dominant object storage service, setting a de facto standard API.
Example
“A social media platform stores 500 billion user-uploaded photos as objects in AWS S3, each accessible by unique URL regardless of total data volume.”
Usage Examples
- 1
“The team applied object storage best practices to improve their cloud computing outcomes significantly.”
- 2
“Understanding object storage is essential for anyone building a career in IT & Technology.”
When & How to Use
Use 'Object Storage' when working in Cloud Computing contexts where object storage is a data storage architecture that manages data as discrete units called objects, each containing the data itself, metadata, and a unique identifier.
- ▸Applying object storage principles during a cloud computing project or initiative
- ▸Explaining object storage to a junior team member or stakeholder unfamiliar with IT & Technology
- ▸Evaluating options or proposals using object storage as a decision-making criterion
Etymology & Origin
The term 'Object Storage' derives from professional usage and entered IT & Technology professional usage as the field formalised in the 20th century.
History & Evolution
The concept of object storage has evolved alongside IT & Technology. Early practitioners relied on informal methods; structured approaches emerged with the professionalisation of cloud computing in the mid-20th century. Today, object storage is a standard part of IT & Technology practice globally.
Synonyms
- blob storage
- flat file storage
- S3-compatible storage
Antonyms / Opposites
- block storage
- file storage
Images
CC-licensed · free to useVideo
Related Terms
- aws
- blob-storage
- cdn
- file-storage
