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

Fake AWS S3 server for local development based on fake-s3

Notifications You must be signed in to change notification settings

Countingup/docker-fake-s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Fake AWS S3 server for local development based on fake-s3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%