Sha256: adc64a9b6093597b32ff3eb1294865cf3d75961ccb8da1580086486e7946e807

Contents?: true

Size: 568 Bytes

Versions: 12

Compression:

Stored size: 568 Bytes

Contents

config:
  region: us-east-1
operation: create_bucket
params:
  :bucket: 'bucket-name'
  :create_bucket_configuration:
    :location_constraint: us-west-2
  :acl: public-read
request:
  host: bucket-name.s3.amazonaws.com
  method: PUT
  path: /
  headers:
    X-Amz-Acl: public-read
  body: |
    <CreateBucketConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
      <LocationConstraint>us-west-2</LocationConstraint>
    </CreateBucketConfiguration>
response:
  status_code: 200
  headers:
    Location: /us-west-2
  body: ''
data:
  :location: /us-west-2

Version data entries

12 entries across 12 versions & 1 rubygems

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