Sha256: 63beaabb2f44f81795f313c05aac07479007608ff8f4e260ec9741bac4e2ab93

Contents?: true

Size: 256 Bytes

Versions: 12

Compression:

Stored size: 256 Bytes

Contents

default: &default
  acl: public-read
development:
  <<: *default
  key: 54321
production:
  <<: *default
  key: 12345
test:
  <<: *default
  bucket: <%= ENV['S3_BUCKET'] %>
  access_key_id: <%= ENV['S3_KEY'] %>
  secret_access_key: <%= ENV['S3_SECRET'] %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
kt-paperclip-7.2.2 spec/support/fixtures/aws_s3.yml
kt-paperclip-7.2.1 spec/support/fixtures/aws_s3.yml
kt-paperclip-7.2.0 spec/support/fixtures/aws_s3.yml
kt-paperclip-6.4.2 spec/support/fixtures/aws_s3.yml
kt-paperclip-7.1.1 spec/support/fixtures/aws_s3.yml
kt-paperclip-7.1.0 spec/support/fixtures/aws_s3.yml
kt-paperclip-7.0.1 spec/support/fixtures/aws_s3.yml
kt-paperclip-7.0.0 spec/support/fixtures/aws_s3.yml
kt-paperclip-6.4.1 spec/support/fixtures/aws_s3.yml
kt-paperclip-6.4.0 spec/support/fixtures/aws_s3.yml
kt-paperclip-6.3.0 spec/support/fixtures/aws_s3.yml
kt-paperclip-6.2.2 spec/support/fixtures/aws_s3.yml