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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Umbraco storage providers
2
2
This repository contains Umbraco storage providers that can replace the default physical file storage.
3
3
4
+
> **Note** For Umbraco 9, use version 1 and [follow the version-specific documentation](https://github.com/umbraco/Umbraco.StorageProviders/blob/support/1.1.x/README.md).
5
+
4
6
## Umbraco.StorageProviders
5
7
Contains shared storage providers infrastructure, like a CDN media URL provider.
_Note: you still have to add the provider in the `Startup.cs` file when not configuring the options in code._
51
+
> **Note** You still have to add the provider in the `Startup.cs` file when not configuring the options in code.
50
52
51
53
### Configuration
52
54
Configure your CDN origin to point to your site and ensure every unique URL is cached (includes the query string), so images can be processed by the site (using ImageSharp) and the response cached by the CDN.
0 commit comments