Amazon S3 · Schema

CopyObjectResult

Container for all response elements.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
ETag string Returns the ETag of the new object.
LastModified string Creation date of the object.
ChecksumCRC32 string
ChecksumCRC32C string
ChecksumSHA1 string
ChecksumSHA256 string
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-copy-object-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CopyObjectResult",
  "type": "object",
  "description": "Container for all response elements.",
  "properties": {
    "ETag": {
      "type": "string",
      "description": "Returns the ETag of the new object."
    },
    "LastModified": {
      "type": "string",
      "description": "Creation date of the object."
    },
    "ChecksumCRC32": {
      "type": "string"
    },
    "ChecksumCRC32C": {
      "type": "string"
    },
    "ChecksumSHA1": {
      "type": "string"
    },
    "ChecksumSHA256": {
      "type": "string"
    }
  }
}