Sha256: 3b039fb02fe695bd6dab3991e10b92058a1e756d8639f36d201c3b439cd62f23

Contents?: true

Size: 213 Bytes

Versions: 36

Compression:

Stored size: 213 Bytes

Contents

Aws.config[:s3] = {
  stub_responses: {
    list_buckets: {
      buckets: [
        {
          name: 'my-bucket'
        }
      ]
    },
    head_object: {
      content_type: 'binary/octet-stream'
    }
  }
}

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
awspec-0.14.1 lib/awspec/stub/s3.rb
awspec-0.14.0 lib/awspec/stub/s3.rb
awspec-0.13.0 lib/awspec/stub/s3.rb
awspec-0.12.1 lib/awspec/stub/s3.rb
awspec-0.12.0 lib/awspec/stub/s3.rb
awspec-0.11.0 lib/awspec/stub/s3.rb
awspec-0.10.2 lib/awspec/stub/s3.rb
awspec-0.10.1 lib/awspec/stub/s3.rb
awspec-0.10.0 lib/awspec/stub/s3.rb
awspec-0.9.0 lib/awspec/stub/s3.rb
awspec-0.8.1 lib/awspec/stub/s3.rb
awspec-0.8.0 lib/awspec/stub/s3.rb
awspec-0.7.0 lib/awspec/stub/s3.rb
awspec-0.6.4 lib/awspec/stub/s3.rb
awspec-0.6.3 lib/awspec/stub/s3.rb
awspec-0.6.2 lib/awspec/stub/s3.rb