Amazon S3 API · Schema

MetadataEntry

A metadata key-value pair to store with an object.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Name object
Value object
View JSON Schema on GitHub

JSON Schema

s3-metadataentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MetadataEntry",
  "type": "object",
  "properties": {
    "Name": {},
    "Value": {}
  },
  "description": "A metadata key-value pair to store with an object."
}