fake_s3

Use this library for unit testing S3 on ruby


License
MIT
Install
gem install fake_s3 -v 0.12.0

Documentation

fake_s3 gem

This is a fake s3 ruby object that mirrors the s3 part of the aws_sdk gem. You can use it in tests.

Installing

Add to your gemfile:

gem 'fake_s3'

Releasing

rake release