Sha256: 453501fd3e58ded75432257d28bfa0617e9867e77ce9aa1b1f6d10f1a34aebf5

Contents?: true

Size: 981 Bytes

Versions: 12

Compression:

Stored size: 981 Bytes

Contents

config:
  region: us-west-2
operation: list_buckets
params: {}
request:
  host: s3-us-west-2.amazonaws.com
  method: GET
  path: /
  headers: {}
  body: ''
response:
  status_code: 200
  headers:
    X-Amz-Request-Id: AD2123C9A457305E
    X-Amz-Delete-Marker: false
  body: |
    <ListAllMyBucketsResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
      <Owner>
        <ID>owner-id</ID>
        <DisplayName>aws-sdk</DisplayName>
      </Owner>
      <Buckets>
        <Bucket>
          <Name>aws-sdk</Name>
          <CreationDate>2012-03-19T16:37:04.000Z</CreationDate>
        </Bucket>
        <Bucket>
          <Name>aws-sdk-2</Name>
          <CreationDate>2013-06-25T20:37:48.000Z</CreationDate>
        </Bucket>
      </Buckets>
    </ListAllMyBucketsResult>
data:
  :owner:
    :id: owner-id
    :display_name: aws-sdk
  :buckets:
    - :name: aws-sdk
      :creation_date: 2012-03-19 16:37:04 Z
    - :name: aws-sdk-2
      :creation_date: 2013-06-25 20:37:48 Z

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.0.rc12 spec/fixtures/operations/s3/list_buckets.yml
aws-sdk-core-2.0.0.rc11 spec/fixtures/operations/s3/list_buckets.yml
aws-sdk-core-2.0.0.rc10 spec/fixtures/operations/s3/list_buckets.yml
aws-sdk-core-2.0.0.rc9 spec/fixtures/operations/s3/list_buckets.yml
aws-sdk-core-2.0.0.rc8 spec/fixtures/operations/s3/list_buckets.yml
aws-sdk-core-2.0.0.rc7 spec/fixtures/operations/s3/list_buckets.yml
aws-sdk-core-2.0.0.rc6 spec/fixtures/operations/s3/list_buckets.yml
aws-sdk-core-2.0.0.rc5 spec/fixtures/operations/s3/list_buckets.yml
aws-sdk-core-2.0.0.rc4 spec/fixtures/operations/s3/list_buckets.yml
aws-sdk-core-2.0.0.rc3 spec/fixtures/operations/s3/list_buckets.yml
aws-sdk-core-2.0.0.rc2 spec/fixtures/operations/s3/list_buckets.yml
aws-sdk-core-2.0.0.rc1 spec/fixtures/operations/s3/list_buckets.yml