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.22.1 lib/awspec/stub/s3.rb
awspec-0.22.0 lib/awspec/stub/s3.rb
awspec-0.21.6 lib/awspec/stub/s3.rb
awspec-0.21.5 lib/awspec/stub/s3.rb
awspec-0.21.4 lib/awspec/stub/s3.rb
awspec-0.21.3 lib/awspec/stub/s3.rb
awspec-0.21.2 lib/awspec/stub/s3.rb
awspec-0.21.1 lib/awspec/stub/s3.rb
awspec-0.21.0 lib/awspec/stub/s3.rb
awspec-0.20.2 lib/awspec/stub/s3.rb
awspec-0.20.1 lib/awspec/stub/s3.rb
awspec-0.20.0 lib/awspec/stub/s3.rb
awspec-0.19.0 lib/awspec/stub/s3.rb
awspec-0.18.2 lib/awspec/stub/s3.rb
awspec-0.18.1 lib/awspec/stub/s3.rb
awspec-0.18.0 lib/awspec/stub/s3.rb
awspec-0.17.1 lib/awspec/stub/s3.rb
awspec-0.17.0 lib/awspec/stub/s3.rb
awspec-0.16.0 lib/awspec/stub/s3.rb
awspec-0.15.0 lib/awspec/stub/s3.rb