[][project-root] Skipper-S3-GM
skipper-s3-gm
Based on SailsJS Skipper S3 adapter for receiving upstreams and orginally forked from skipper-s3-resize but with MANY EXTRA features.
- Added GraphicsMagick CROP, RESIZE, noProfile(Remove EXIF data) option
- Added file rename option before it is uploaded to S3
- S3 upload addition information (region, endpoint, token, maxBytes, headers)
- Updated all depeneded packages to the latest version
Requirements
Getting started
First download and install GraphicsMagick or ImageMagick. In Mac OS X, you can simply use Homebrew and do:
Debian/Ubuntu
apt-get install graphicsmagick
MacOS X
brew install graphicsmagick
Installation
First of all, make sure you have graphicmagick installed.
To install it using npm:
$ npm install skipper-s3-gm --save
Also make sure you have skipper itself installed as your body parser.
Usage
- In Controller:
{ req; }
Options
- Refer skipper documentations.