# What is Object Storage?

Object storage keeps files as addressable objects with metadata in buckets rather than as filesystem paths or disk blocks. Services such as Amazon S3 commonly expose objects through HTTP APIs.

Ingested assets

Media management

Discoverable media

Media management connects ingestion, governed asset records, discovery, and reuse. This diagram shows media management broadly, not specifically Object Storage.

<span aria-hidden="true" id="how-it-works"></span>

## How Object Storage works

Object storage assigns an opaque key to a byte payload and an associated metadata record within a bucket or namespace. Clients operate through service APIs instead of opening files and modifying disk blocks, and a replaced object is generally written as a new complete value. Flat key spaces may be presented as folders by interpreting delimiters, but those directories are a user-interface convention. Media platforms use this layer for originals, renditions, manifests, and archives, while databases or catalogs track richer relationships.

<span aria-hidden="true" id="key-facts"></span>

## Key facts

1. 1Object keys are identifiers, not portable filesystem paths; characters, case rules, listing behavior, and maximum lengths depend on the service API.
2. 2HTTP range requests let compatible clients retrieve selected byte spans from large media objects, supporting probing and seeking without a full download.
3. 3Versioning can retain overwritten or deleted generations, but lifecycle rules, replication, access policy, and retention locks must be configured separately.

<span aria-hidden="true" id="when-it-matters"></span>

## When Object Storage matters

Store originals and processing results as objects when applications need durable, scalable network access. Choose keys, retention, versioning, and permissions carefully because renames and directory semantics are limited.

<span aria-hidden="true" id="category-use-cases"></span>

## Common use cases for media management

These examples cover media management broadly, not specifically Object Storage.

* Organizing product, editorial, marketing, learning, or user-generated media.
* Tracking approval, rights, versions, and publication status across teams and systems.
* Automating derivatives and storage paths while preserving a link to the original asset.

<span aria-hidden="true" id="at-scale"></span>

## Working with media management

This guidance covers media management broadly, not just Object Storage.

Assets enter through upload or import, receive stable identifiers and metadata, and move through review, transformation, publication, and retention states. Search and automation rely on those records staying consistent as files change location or version.

Media management depends on stable identity and provenance. Decide how originals, derivatives, metadata, versions, permissions, and retention rules stay connected before an asset moves between systems.

### What you gain

* Stable identity keeps originals, derivatives, and metadata connected.
* Taxonomy and searchable metadata make approved media easier to find and reuse.
* Lifecycle rules reduce stale, duplicated, or improperly retained assets.

### What it costs

* More metadata improves discovery but raises ingestion effort and governance requirements.
* Strict taxonomies improve consistency but can be slower to evolve than product and editorial needs.
* Keeping every source and derivative supports reuse but increases storage and retention exposure.

### Before production

1. 1Define stable identifiers, ownership, permissions, versions, and retention rules.
2. 2Keep originals, derivatives, and metadata linked through every processing stage.
3. 3Test deletion and replacement workflows as carefully as upload and discovery.

[← Object Detection](/glossary/object-detection.md)[OCR →](/glossary/ocr.md)

More in media management

* [Media Asset Management Software](/glossary/media-asset-management-software.md)
* [Media Assets](/glossary/media-assets.md)
* [Media Objects](/glossary/media-objects.md)
* [Social Media Asset Management](/glossary/social-media-asset-management.md)
* [Static Assets](/glossary/static-assets.md)
* [Video Archiving](/glossary/video-archiving.md)

[All 505 terms](/glossary.md)

## Turn media knowledge into a working pipeline

Connect uploads, processing, AI, storage, and delivery through one declarative API — with the encoding stack, scaling, and format churn handled for you.

[Try Transloadit for free](/c/signup/)
