fake-s3

A lightweight server clone of Amazon S3 that simulates most of the commands supported by S3 with minimal dependencies

  • 所有者: jubos/fake-s3
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Fake S3

Introduction

Fake S3 is a lightweight server that responds to the same API of Amazon S3.

It is extremely useful for testing of S3 in a sandbox environment without actually making calls to Amazon, which not only requires a network connection, but also costs money with every use.

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.

Many commands are supported, including put, get, list, copy, and make bucket.

Installation

gem install fakes3

Running

To run the server, you must specify a root, a port, and your license key.

fakes3 -r /mnt/fakes3_root -p 4567 --license YOUR_LICENSE_KEY

Licensing

As of the latest version, we are licensing with Super Source. To get a license, visit:

https://supso.org/projects/fake-s3

Depending on your company's size, the license may be free. It is also free for individuals.

You pass the license key to Fake S3 with the command line option --license YOUR_LICENSE_KEY.

Connecting to Fake S3

Take a look at the test cases to see client example usage. For now, Fake S3 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

Contributing

Contributions in the form of pull requests, bug reports, documentation, or anything else are welcome! Please read the CONTRIBUTING.md file for more info: CONTRIBUTING.md

主要指标

概览
名称与所有者jubos/fake-s3
主编程语言Ruby
编程语言Ruby (语言数: 4)
平台
许可证
所有者活动
创建于2012-04-13 01:03:08
推送于2023-04-13 18:57:21
最后一次提交2019-10-31 22:43:10
发布数16
最新版本名称v1.2.1 (发布于 2017-12-18 11:37:01)
第一版名称v0.1.0 (发布于 2012-04-13 11:25:40)
用户参与
星数2.9k
关注者数48
派生数356
提交数163
已启用问题?
问题数135
打开的问题数86
拉请求数30
打开的拉请求数30
关闭的拉请求数69
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?