Skip to content

Commit 58bc0dc

Browse files
authored
revert readme
1 parent 5ceec55 commit 58bc0dc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ 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-
**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:
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:
200198

201199
```xml
202200
<?xml version="1.0"?>
@@ -209,15 +207,11 @@ If using a version of ImageProcessor.Web version [4.5.?](https://www.nuget.org/p
209207
<setting key="MaxBytes" value="8194304"/>
210208
<setting key="Timeout" value="30000"/>
211209
<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"/>
214210
</settings>
215211
</service>
216212
</services>
217213
</security>
218214
```
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
221215

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

0 commit comments

Comments
 (0)