Skip to content

Mount amazon s3 folder into a container and export it as a volume

Notifications You must be signed in to change notification settings

mergefailure/docker-image-s3fs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mount aws s3 folder to a container and export as a volume

Usage

Run container to mount s3 folder

docker run -d --name aws-s3-mount-some-bucket-folder innovativetravel/aws-s3-mount -e AWS_ACCESS_KEY_ID=key -e AWS_SECRET_ACCESS_KEY=secret -e S3_PATH=some-bucket/folder

Environment variables to configure

  • AWS_ACCESS_KEY_ID

  • AWS_SECRET_ACCESS_KEY

  • AWS_DEFAULT_REGION

  • S3_PATH

See https://github.com/danilop/yas3fs for more options

Volumes exported

  • /mnt

##License

This software is licensed under the MIT license.

© 2016 Innovative Travel Ltd

About

Mount amazon s3 folder into a container and export it as a volume

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 90.3%
  • Shell 9.7%