Sha256: 47e241151f646292698346dc5a2fe6c8e5a17928a76e3a786f4d847cfe906b28
Contents?: true
Size: 430 Bytes
Versions: 46
Compression:
Stored size: 430 Bytes
Contents
[Missing the other part of the readme] ## Running the tests ``` bundle install bundle rspec ``` If you want to run the integration test against a real bucket you need to pass your aws credentials to the test runner or declare it in your environment. ``` AWS_REGION=us-east-1 AWS_ACCESS_KEY_ID=123 AWS_SECRET_ACCESS_KEY=secret AWS_LOGSTASH_TEST_BUCKET=mytest bundle exec rspec spec/integration/s3_spec.rb --tag integration ```
Version data entries
46 entries across 46 versions & 2 rubygems