Amazon S3 · Example Payload

Amazon S3 Rest List Bucket Result Example

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Top-level fields

IsTruncatedContentsNamePrefixDelimiterMaxKeysCommonPrefixesEncodingTypeKeyCountContinuationTokenNextContinuationTokenStartAfter

Example Payload

Raw ↑
{
  "IsTruncated": true,
  "Contents": [],
  "Name": "Example Title",
  "Prefix": "example_value",
  "Delimiter": "example_value",
  "MaxKeys": 10,
  "CommonPrefixes": [],
  "EncodingType": "example_value",
  "KeyCount": 10,
  "ContinuationToken": "example_value",
  "NextContinuationToken": "example_value",
  "StartAfter": "example_value"
}