Amazon S3 · JSON Structure

Amazon S3 Rest Object Structure

Type: object Properties: 7
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Object is a JSON Structure definition published by Amazon S3, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Key LastModified ETag Size StorageClass ChecksumAlgorithm RestoreStatus

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Object",
  "type": "object",
  "properties": {
    "Key": {
      "type": "string"
    },
    "LastModified": {
      "type": "string"
    },
    "ETag": {
      "type": "string"
    },
    "Size": {
      "type": "integer"
    },
    "StorageClass": {
      "type": "string"
    },
    "ChecksumAlgorithm": {
      "type": "array"
    },
    "RestoreStatus": {
      "type": "object"
    }
  }
}