Skip to content

Commit 9c60661

Browse files
Merge pull request #30 from alirobe/patch-1
Add documentation link on how to use file providers
2 parents f2c744a + 44978f2 commit 9c60661

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ UMBRACO__STORAGE__AZUREBLOB__MEDIA__CDN__URL=<CDN_BASE_URL>
100100

101101
_Note: you still have to add the provider in the `Startup.cs` file when not configuring the options in code._
102102

103+
## Using the file system provider
104+
105+
Please refer to our documentation on [using custom file systems](https://our.umbraco.com/documentation/Extending/FileSystemProviders/).
106+
103107
## Folder structure in the Azure Blob Storage container
104108
The container name is expected to exist and uses the following folder structure:
105109
- `/media` - contains the Umbraco media, stored in the structure defined by the `IMediaPathScheme` registered in Umbraco (the default `UniqueMediaPathScheme` stores files with their original filename in 8 character directories, based on the content and property GUID identifier)
@@ -115,4 +119,4 @@ Questions about usage should be posted to the forum on [our.umbraco.com](https:/
115119

116120
## License
117121

118-
Umbraco Storage Providers is [MIT licensed](LICENSE).
122+
Umbraco Storage Providers is [MIT licensed](LICENSE).

0 commit comments

Comments
 (0)