Amazon S3 API · Schema

GetObjectAttributesOutput

Cloud StorageObject StorageStorage

Properties

Name Type Description
ETag object
Checksum object
ObjectParts object
StorageClass object
ObjectSize object
View JSON Schema on GitHub

JSON Schema

s3-getobjectattributesoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetObjectAttributesOutput",
  "type": "object",
  "properties": {
    "ETag": {},
    "Checksum": {},
    "ObjectParts": {},
    "StorageClass": {},
    "ObjectSize": {}
  }
}