Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
/ aws-s3 Public archive

s3rver (S3 emulator) docker for testing services with AWS S3 dependencies.

Notifications You must be signed in to change notification settings

comparaonline/aws-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

comparaonline/aws-s3

Uses s3rver to run a local S3 daemon for development or acceptance tests.

To use in docker-compose, just build it:

version: '2.0'
services:
  logger-app:
    build: .
    ports:
     - "8001:8001"
    volumes:
     - .:/code
    links:
     - aws-s3
  aws-s3:
    build: github.com/comparaonline/aws-s3
    ports:
     - "4567:4567"

And then configure your s3 client to point to aws-s3:4567.

It comes with a default bucket named bucket, but s3rver supports the create bucket command.

About

s3rver (S3 emulator) docker for testing services with AWS S3 dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published