Giter Club home page Giter Club logo

fake-s3's Introduction

Introduction

FakeS3 is a lightweight server that responds to the same calls Amazon S3 responds to. It is extremely useful for testing of S3 in a sandbox environment without actually making calls to Amazon, which not only require network, but also cost you precious dollars.

The goal of Fake S3 is to minimize runtime dependencies and be more of a development tool to test S3 calls in your code rather than a production server looking to duplicate S3 functionality. Trying RiakCS, ParkPlace/Boardwalk, or Ceph might be a place to start if that is your goal.

FakeS3 doesn't support all of the S3 command set, but the basic ones like put, get, list, copy, and make bucket are supported. More coming soon.

Installation

gem install fakes3

Running

To run a fakes3 server, you just specify a root and a port.

fakes3 -r /mnt/fakes3_root -p 4567

Connecting to FakeS3

Take a look at the test cases to see client example usage. For now, FakeS3 is mainly tested with s3cmd, aws-s3 gem, and right_aws. There are plenty more libraries out there, and please do mention if other clients work or not.

Here is a running list of supported clients

Running Tests

There are some pre-requesites to actually being able to run the unit/integration tests

On OSX

Edit your /etc/hosts and add the following line:

127.0.0.1 posttest.localhost

Then ensure that the following packages are installed (boto, s3cmd)

> pip install boto
> brew install s3cmd

Start the test server using

rake test_server

Then in another terminal window run

rake test

It is a still a TODO to get this to be just one command

More Information

Check out the wiki

Join the chat at https://gitter.im/jubos/fake-s3

fake-s3's People

Contributors

be9 avatar cheister avatar frankleonrose avatar gaul avatar iq-dot avatar jbyler avatar jubos avatar leikind avatar mkacherovich avatar mlewislogic avatar mthssdrbrg avatar ngauthier avatar olemchls avatar omarkhan avatar sbussetti avatar shlevy avatar stuarthicks avatar twalpole avatar vadims avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.