Code Monkey home page Code Monkey logo

s3emulator's Introduction

S3Emulator

S3Emulator is a lightweight server which mimics the services of Amazon S3. It can be useful for development and testing porpuses. By reducing network traffic, it saves both the time and the money.

Supported Operations

How to use it ?

Download the application from here. Open a command promt window and just enter : "S3Emulator"
When started with default options, all the requests made to "s3.amazonaws.com" will be redirected to S3Emulator.
You can see the full list of options by entering : "S3Emulator -help"

Options

  • Service
    Address of s3 service that will be emulated.
    Default: s3.amazonaws.com

  • Proxy
    Proxy is used for supporting secure connections and subdomain style bucket names.
    If you disable proxy, you need to use http protocol and request-uri syle bucket names.
    FiddlerCore is used for proxy support.
    Default: true

  • ProxyPort
    The port to use for the proxy.
    Default: 8877

  • HostPort
    The port to use for the S3Emulator's http listener.
    Default: 8878

  • Directory
    The directory for the storage operations.
    RavenDB is used for persistance.
    Default: ~\Data

  • InMemory
    If set to true, all storage operations will be in memory.
    Default: false

  • MaxBPS
    Set maximum bytes per second. Can be used for bandwidth throttling.
    Default: infinite

s3emulator's People

Contributors

yadazula avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

s3emulator's Issues

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.