Skip to content

Commit 8a9622d

Browse files
committed
Readme update
1 parent c57640e commit 8a9622d

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UmbracoFileSystemProviders.Azure v2+
1+
# UmbracoFileSystemProviders.Azure v3
22

33
**This version is for Umbraco v8 only**. For the v1 package for **Umbraco v7** please visit the [develop branch](https://github.com/umbraco-community/UmbracoFileSystemProviders.Azure/tree/develop)
44

@@ -13,19 +13,12 @@ Used to offload static files in the media section to the cloud.
1313

1414
This package allows the storage and retrieval of media items using Azure Blob Storage while retaining the relative paths to the files expected in the back office.
1515

16-
**v2 requires Umbraco v8.1.0+**
17-
18-
16+
**v2 & v3 require Umbraco v8.1.0+**
1917

2018
## Installation
2119

2220
Both NuGet and Umbraco packages are available. If you use NuGet but would like the benefit of the Umbraco configuration wizard you can install the Umbraco package first, use the wizard, then install the NuGet package, the configuration will be maintained.
2321

24-
From **v2.0.0-alpha3** onwards this package was split into 2 NuGet packages and an additional one was added to support Umbraco Forms. When using NuGet install the `UmbracoFileSystemProviders.Azure.Media` package to swap Media storage to Blobs.
25-
26-
**If upgrading from v2.0.0-alpha1 or v2.0.0-alpha2 to v2.0.0-alpha3 you will need to install `UmbracoFileSystemProviders.Azure.Media`**
27-
28-
**v3 is v2 refactored to use the Azure SDK v12**
2922

3023
|NuGet Packages |Version |
3124
|:-----------------|:-----------------|
@@ -55,8 +48,6 @@ cd UmbracoFileSystemProviders.Azure
5548
.\build.cmd
5649
```
5750

58-
In the interim code reviews and pull requests would be most welcome!
59-
6051
## Media
6152

6253
### Configuration via Web.Config
@@ -98,9 +89,6 @@ For Azure Key Vault only the key values in the `Web.config` should use '-', rath
9889
<add key="AzureBlobFileSystem-UsePrivateContainer-media" value="false" />
9990
```
10091

101-
102-
103-
10492
### Virtual Path Provider
10593
By default the plugin will serve files transparently from your domain or serve media directly from Azure. This is made possible by using a custom [Virtual Path Provider](https://msdn.microsoft.com/en-us/library/system.web.hosting.virtualpathprovider%28v=vs.110%29.aspx) included and automatically initialised upon application startup. This can be disabled by adding the configuration setting noted above.
10694

@@ -189,6 +177,12 @@ The Azure Blob container cannot be called `forms` as this will give unexpected b
189177
- Dirk Seefeld
190178
- Lars-Erik Aabech
191179
- Jeavon Leopold
180+
- Warren Buckley
181+
- Callum Whyte
182+
- Sebastiaan Janssen
183+
- Rachel Breeze
184+
- Shannon Deminick
185+
- Chad Currie
192186

193187
## Thanks
194188
- Elijah Glover for writing the [Umbraco S3 Provider](https://github.com/ElijahGlover/Umbraco-S3-Provider) which provided inspiration and some snazzy unit testing code for this project.

0 commit comments

Comments
 (0)