Sha256: 0e4d778dd3b8e67dadd74702fb8229697ab2e23568601f8ac65c133b3b3ca8d9

Contents?: true

Size: 1.23 KB

Versions: 136

Compression:

Stored size: 1.23 KB

Contents

{
  "pagination": {
    "ListBuckets": {
      "result_key": "Buckets"
    },
    "ListMultipartUploads": {
      "limit_key": "MaxUploads",
      "more_results": "IsTruncated",
      "output_token": [
        "NextKeyMarker",
        "NextUploadIdMarker"
      ],
      "input_token": [
        "KeyMarker",
        "UploadIdMarker"
      ],
      "result_key": [
        "Uploads",
        "CommonPrefixes"
      ]
    },
    "ListObjectVersions": {
      "more_results": "IsTruncated",
      "limit_key": "MaxKeys",
      "output_token": [
        "NextKeyMarker",
        "NextVersionIdMarker"
      ],
      "input_token": [
        "KeyMarker",
        "VersionIdMarker"
      ],
      "result_key": [
        "Versions",
        "DeleteMarkers",
        "CommonPrefixes"
      ]
    },
    "ListObjects": {
      "more_results": "IsTruncated",
      "limit_key": "MaxKeys",
      "output_token": "NextMarker || Contents[-1].Key",
      "input_token": "Marker",
      "result_key": [
        "Contents",
        "CommonPrefixes"
      ]
    },
    "ListParts": {
      "more_results": "IsTruncated",
      "limit_key": "MaxParts",
      "output_token": "NextPartNumberMarker",
      "input_token": "PartNumberMarker",
      "result_key": "Parts"
    }
  }
}

Version data entries

136 entries across 136 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.13 apis/S3.paginators.json
aws-sdk-core-2.0.12 apis/S3.paginators.json
aws-sdk-core-2.0.11 apis/S3.paginators.json
aws-sdk-core-2.0.10 apis/S3.paginators.json
aws-sdk-core-2.0.9 apis/S3.paginators.json
aws-sdk-core-2.0.8 apis/S3.paginators.json
aws-sdk-core-2.0.7 apis/S3.paginators.json
aws-sdk-core-2.0.6 apis/S3.paginators.json
aws-sdk-core-2.0.5 apis/S3.paginators.json
aws-sdk-core-2.0.4 apis/S3.paginators.json
aws-sdk-core-2.0.3 apis/S3.paginators.json
aws-sdk-core-2.0.2 apis/S3.paginators.json
aws-sdk-core-2.0.1 apis/S3.paginators.json
aws-sdk-core-2.0.0 apis/S3.paginators.json
aws-sdk-core-2.0.0.rc16 apis/S3.paginators.json
aws-sdk-core-2.0.0.rc15 apis/S3.paginators.json