-
Notifications
You must be signed in to change notification settings - Fork 0
Fork of mock-s3, a Python clone of fake-s3, A lightweight server clone of Amazon S3.
License
3dluvr/PyS3Local
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A fork of mock-s3, a python port of Fake-S3.
Updated to get it working in Py3 then possibly extending further.
INSTALL:
python setup.py install
USE:
create a fake credentials file with something like:
AWSAccessKeyId=12345
AWSSecretKey=12345
set the env variable before running examples, so boto can find it and use it:
export AWS_CREDENTIAL_FILE="<path/to/fake_credentials>"
start the server in another window
python PyS3Local/main.py
then
cd examples
and run some examples...
About
Fork of mock-s3, a Python clone of fake-s3, A lightweight server clone of Amazon S3.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published