S3 Annotations
An AWS feature (launched June 2026) letting users attach custom, structured metadata directly to individual S3 objects at scale — user-defined key/value context written per-object, aimed at giving AI agents and analytics tooling object-level context without a separate side-table. Distinct from **Amazon S3 Metadata**: that feature auto-generates a queryable Iceberg-backed metadata table from system + custom metadata across a bucket; S3 Annotations is the write path for attaching custom annotations to specific objects in the first place, at scale and without a full re-upload.
Definition
An AWS feature (launched June 2026) letting users attach custom, structured metadata directly to individual S3 objects at scale — user-defined key/value context written per-object, aimed at giving AI agents and analytics tooling object-level context without a separate side-table. Distinct from **Amazon S3 Metadata**: that feature auto-generates a queryable Iceberg-backed metadata table from system + custom metadata across a bucket; S3 Annotations is the write path for attaching custom annotations to specific objects in the first place, at scale and without a full re-upload.
Agent and analytics pipelines increasingly need to tag individual objects with context (classification labels, processing state, provenance, agent-generated summaries) as a first-class, queryable AWS-native operation, rather than maintaining a separate side-database keyed on object ARN/ETag that can drift out of sync with the underlying object.
Attaching AI-agent-generated context (labels, summaries, provenance) to individual S3 objects at scale, object-level tagging for downstream S3 Metadata queries, agent-scenario annotation workflows described in AWS's own launch materials.
Recent developments
- Launched June 2026 as a distinct primitive from S3 Metadata. AWS positions it explicitly for "agent scenarios" — three practical use cases in the launch walkthrough center on letting an AI agent attach structured context to objects it has already processed, without a round trip through a separate metadata store. Per AWS What's New (2026 archive) and S3 Annotations — New (June 2026): Three Practical Use Cases in Agent Scenarios.