Amazon S3 · JSON Structure

Amazon S3 Rest Copy Object Result Structure

Type: object Properties: 6
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

ETag LastModified ChecksumCRC32 ChecksumCRC32C ChecksumSHA1 ChecksumSHA256

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CopyObjectResult",
  "type": "object",
  "properties": {
    "ETag": {
      "type": "string"
    },
    "LastModified": {
      "type": "string"
    },
    "ChecksumCRC32": {
      "type": "string"
    },
    "ChecksumCRC32C": {
      "type": "string"
    },
    "ChecksumSHA1": {
      "type": "string"
    },
    "ChecksumSHA256": {
      "type": "string"
    }
  }
}