== Introduction == Shuck is a lightweight interface for S3 that can have any backend. It is mainly useful for testing of S3 in a sandbox environment without actually making calls to Amazon. For now there is a basic file store backend.

== Running Tests == In order to run the tests add the following line to your /etc/hosts: 127.0.0.1 s3.localhost