You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# UmbracoFileSystemProviders.Azure v2+
1
+
# UmbracoFileSystemProviders.Azure v3
2
2
3
3
**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)
4
4
@@ -13,19 +13,12 @@ Used to offload static files in the media section to the cloud.
13
13
14
14
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.
15
15
16
-
**v2 requires Umbraco v8.1.0+**
17
-
18
-
16
+
**v2 & v3 require Umbraco v8.1.0+**
19
17
20
18
## Installation
21
19
22
20
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.
23
21
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**
29
22
30
23
|NuGet Packages |Version |
31
24
|:-----------------|:-----------------|
@@ -55,8 +48,6 @@ cd UmbracoFileSystemProviders.Azure
55
48
.\build.cmd
56
49
```
57
50
58
-
In the interim code reviews and pull requests would be most welcome!
59
-
60
51
## Media
61
52
62
53
### Configuration via Web.Config
@@ -98,9 +89,6 @@ For Azure Key Vault only the key values in the `Web.config` should use '-', rath
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.
106
94
@@ -189,6 +177,12 @@ The Azure Blob container cannot be called `forms` as this will give unexpected b
189
177
- Dirk Seefeld
190
178
- Lars-Erik Aabech
191
179
- Jeavon Leopold
180
+
- Warren Buckley
181
+
- Callum Whyte
182
+
- Sebastiaan Janssen
183
+
- Rachel Breeze
184
+
- Shannon Deminick
185
+
- Chad Currie
192
186
193
187
## Thanks
194
188
- 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