- API
/upload
/thumbnail
- Save origin image
- local disk
- AWS S3
- Generate thumbnail image with size you desire
- JSON response format
- Custom
index.html
homepage - Redis cached upload result based on photo hash
/upload
/thumbnail
Common query parameters:
width int "max thumbnail width"
height int "max thumbnail width"
quality int "thumbnail quality"
- export
AWS_ACCESS_KEY_ID
,AWS_SECRET_ACCESS_KEY
,AWS_DEFAULT_REGION
- export
PHOTOBOX_BUCKET
, defaultphotobox-develop