Skip to content

Commit ae0c57c

Browse files
authored
Update README.md
Hi James, in this pull request I have added changes to the configuration details of ImageProcessor.Web, which will be valid only after you have merged my related pull request for ImageProcessor.Web. Furthermore I am not sure about this AppVeyor thing and how to update the uGet package. Will you please take over? Yours Dirk
1 parent e0601bb commit ae0c57c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ the cloud simply install the [configuration package](https://www.nuget.org/packa
194194
```
195195
**Note** The `CloudImageService`is not compatible with the FileSystemProvider when using private storage. You will have to build your own `IImageService` implementation.
196196

197-
If using a version of ImageProcessor.Web version [4.5.0](https://www.nuget.org/packages/ImageProcessor.Web/4.5.0) the configuration details will need to be configured as follows:
197+
**Note 2** With ImageProcessor.Web version [4.5.?] the `CloudImageService` will handle private blobs.
198+
199+
If using a version of ImageProcessor.Web version [4.5.?](https://www.nuget.org/packages/ImageProcessor.Web/4.5.0) the configuration details will need to be configured as follows:
198200

199201
```xml
200202
<?xml version="1.0"?>
@@ -207,11 +209,15 @@ If using a version of ImageProcessor.Web version [4.5.0](https://www.nuget.org/p
207209
<setting key="MaxBytes" value="8194304"/>
208210
<setting key="Timeout" value="30000"/>
209211
<setting key="Host" value="http://[myAccountName].blob.core.windows.net/media"/>
212+
<!-- new since version 4.5.? -->
213+
<setting key="SASQueryString" value="?sv=2018-03-28&amp;si=media-r&amp;sr=c&amp;sig=drXDwEyrzyOKP3QX3e1puVzURvCJMU1oYpBk5oKsrZY%3D"/>
210214
</settings>
211215
</service>
212216
</services>
213217
</security>
214218
```
219+
***Note 3*** _SASQueryString_ can easily be configured via **_Microsoft Azure Storage Explorer_**.
220+
Read documentation for SAS: https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-part-1
215221

216222
Be sure to install the [AzureBlobCache](http://imageprocessor.org/imageprocessor-web/plugins/azure-blob-cache/) plugin to get the most out of the package.
217223

0 commit comments

Comments
 (0)