Amazon S3 · Example Payload

Amazon S3 Rest Object Example

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Amazon S3 Rest Object Example is an example object payload from Amazon S3, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

KeyLastModifiedETagSizeStorageClassChecksumAlgorithmRestoreStatus

Example Payload

Raw ↑
{
  "Key": "example_value",
  "LastModified": "example_value",
  "ETag": "example_value",
  "Size": 10,
  "StorageClass": "example_value",
  "ChecksumAlgorithm": [],
  "RestoreStatus": "example_value"
}