Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shifr/imgwizard
Browse files Browse the repository at this point in the history
  • Loading branch information
shifr committed Oct 11, 2016
2 parents 37713ea + 0a5cc7e commit e561df2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ImgWizard is a small server written in Go as faster alternative for [thumbor][th
- local file system
- remote media storage
- microsoft azure
- amazon s3
- Resize it
- Crop it
- Change quality
Expand Down Expand Up @@ -114,14 +115,14 @@ Try to add PKG_CONFIG_PATH into environment:
- <b>-nodes</b>: comma separated list of other imgwizard nodes for cache check (see [nodes])
- <b> -no-cache-key</b>: secret key that must be equal X-No-Cache value from request header to prevent reading from cache

####Use Amazon S3 for caching?####
####Use Amazon S3 for caching OR as a storage for original image?####
Then you should specify more ENV variables:

- <b>AWS_REGION</b>: where to send requests. (Example: "us-west-2") //Required
- <b>AWS_ACCESS_KEY_ID</b>: your access key id
- <b>AWS_SECRET_ACCESS_KEY</b>: your secret access key

####Use Azure Storage for caching OR as storage for original image?####
####Use Azure Storage for caching OR as a storage for original image?####
Then you should specify more ENV variables:

- <b>AZURE_ACCOUNT_NAME</b>: your azure account name
Expand Down

0 comments on commit e561df2

Please sign in to comment.