https://github.com/findhotel/aws-s3-mount
Mount amazon s3 folder into a container and export it as a volume
https://github.com/findhotel/aws-s3-mount
Last synced: about 1 year ago
JSON representation
Mount amazon s3 folder into a container and export it as a volume
- Host: GitHub
- URL: https://github.com/findhotel/aws-s3-mount
- Owner: FindHotel
- Archived: true
- Created: 2016-01-25T15:14:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T13:07:37.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T09:46:45.290Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 31
- Watchers: 5
- Forks: 39
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
* S3_PATH
Volumes exported
* /mnt
##License
This software is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
© 2016 Innovative Travel Ltd