https://github.com/marcelod/docker-fake-s3
Fake AWS S3 server for local development based on fake-s3
https://github.com/marcelod/docker-fake-s3
Last synced: 8 months ago
JSON representation
Fake AWS S3 server for local development based on fake-s3
- Host: GitHub
- URL: https://github.com/marcelod/docker-fake-s3
- Owner: marcelod
- Fork: true (olalonde/docker-fake-s3)
- Created: 2019-11-20T13:01:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T22:08:25.000Z (over 10 years ago)
- Last Synced: 2024-10-02T08:19:51.781Z (over 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-fake-s3
Fake AWS S3 server for local development based on [fake-s3](https://github.com/jubos/fake-s3). Runs in docker.
Usage (in docker-compose.yml):
```
fakes3:
image: olalond3/fakes3
ports:
- "4567:4567"
volumes:
- ./data:/fakes3/data
```
See [fake-s3](https://github.com/jubos/fake-s3)