Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 454 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 454 Bytes

fake-s3

Docker Automated build

Fake AWS S3 server for local development based on fake-s3. Runs in docker.

Usage (in docker-compose.yml):

fakes3:
  image: countingup/fake-s3
  ports:
    - "4567:4567"
  volumes:
    - ./data:/fakes3/data

See fake-s3