Skip to content

Commit e561df2

Browse files
committed
Merge branch 'master' of github.com:shifr/imgwizard
2 parents 37713ea + 0a5cc7e commit e561df2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ImgWizard is a small server written in Go as faster alternative for [thumbor][th
1313
- local file system
1414
- remote media storage
1515
- microsoft azure
16+
- amazon s3
1617
- Resize it
1718
- Crop it
1819
- Change quality
@@ -114,14 +115,14 @@ Try to add PKG_CONFIG_PATH into environment:
114115
- <b>-nodes</b>: comma separated list of other imgwizard nodes for cache check (see [nodes])
115116
- <b> -no-cache-key</b>: secret key that must be equal X-No-Cache value from request header to prevent reading from cache
116117

117-
####Use Amazon S3 for caching?####
118+
####Use Amazon S3 for caching OR as a storage for original image?####
118119
Then you should specify more ENV variables:
119120

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

124-
####Use Azure Storage for caching OR as storage for original image?####
125+
####Use Azure Storage for caching OR as a storage for original image?####
125126
Then you should specify more ENV variables:
126127

127128
- <b>AZURE_ACCOUNT_NAME</b>: your azure account name

0 commit comments

Comments
 (0)