Amazon S3 · JSON Structure

Amazon S3 Rest List Bucket Result Structure

Type: object Properties: 12
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

IsTruncated Contents Name Prefix Delimiter MaxKeys CommonPrefixes EncodingType KeyCount ContinuationToken NextContinuationToken StartAfter

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ListBucketResult",
  "type": "object",
  "properties": {
    "IsTruncated": {
      "type": "boolean"
    },
    "Contents": {
      "type": "array"
    },
    "Name": {
      "type": "string"
    },
    "Prefix": {
      "type": "string"
    },
    "Delimiter": {
      "type": "string"
    },
    "MaxKeys": {
      "type": "integer"
    },
    "CommonPrefixes": {
      "type": "array"
    },
    "EncodingType": {
      "type": "string"
    },
    "KeyCount": {
      "type": "integer"
    },
    "ContinuationToken": {
      "type": "string"
    },
    "NextContinuationToken": {
      "type": "string"
    },
    "StartAfter": {
      "type": "string"
    }
  }
}