Skip to content
forked from jserver/mock-s3

A Python clone of fake-s3, A lightweight server clone of Amazon S3

License

Notifications You must be signed in to change notification settings

ShiZhan/mock-s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A python port of Fake-S3.

Option 1: Install and run

python setup.py install
mock_s3 --hostname 0.0.0.0 --port 9000 --root ./root

Option 2: Run directly

cd mock_s3
python main.py --hostname 0.0.0.0 --port 9000 --root ./root

About

A Python clone of fake-s3, A lightweight server clone of Amazon S3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%