https://github.com/firstandthird/hapi-upload-s3
Hapi plugin to stream uploaded files directly to S3
https://github.com/firstandthird/hapi-upload-s3
hapi-plugin
Last synced: 10 months ago
JSON representation
Hapi plugin to stream uploaded files directly to S3
- Host: GitHub
- URL: https://github.com/firstandthird/hapi-upload-s3
- Owner: firstandthird
- Created: 2014-08-03T17:59:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T16:40:06.000Z (about 8 years ago)
- Last Synced: 2025-04-11T01:12:15.286Z (10 months ago)
- Topics: hapi-plugin
- Language: JavaScript
- Size: 53.7 KB
- Stars: 21
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# hapi-upload-s3
A hapi plugin to upload files and images to S3. See example for usage.
### Installation
`npm install hapi-upload-s3`
Install graphicsmagick
Brew (osx): `brew install graphicsmagick`
Apt: `apt-get install graphicsmagick`
Windows: [Installation instructions](http://www.graphicsmagick.org/INSTALL-windows.html)