File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ImgWizard is a small server written in Go as faster alternative for [thumbor][th
13
13
- local file system
14
14
- remote media storage
15
15
- microsoft azure
16
+ - amazon s3
16
17
- Resize it
17
18
- Crop it
18
19
- Change quality
@@ -114,14 +115,14 @@ Try to add PKG_CONFIG_PATH into environment:
114
115
- <b >-nodes</b >: comma separated list of other imgwizard nodes for cache check (see [ nodes] )
115
116
- <b > -no-cache-key</b >: secret key that must be equal X-No-Cache value from request header to prevent reading from cache
116
117
117
- ####Use Amazon S3 for caching?####
118
+ ####Use Amazon S3 for caching OR as a storage for original image ?####
118
119
Then you should specify more ENV variables:
119
120
120
121
- <b >AWS_REGION</b >: where to send requests. (Example: "us-west-2") //Required
121
122
- <b >AWS_ACCESS_KEY_ID</b >: your access key id
122
123
- <b >AWS_SECRET_ACCESS_KEY</b >: your secret access key
123
124
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?####
125
126
Then you should specify more ENV variables:
126
127
127
128
- <b >AZURE_ACCOUNT_NAME</b >: your azure account name
You can’t perform that action at this time.
0 commit comments