1- # Umbraco.Community.FileSystemProviders.B2
1+ # B2 Media File System Provider
22
33[](https://docs.jcdc.dev/umbraco-community-filesystemproviders-b2/latest)
44[ ![ Umbraco Marketplace] ( https://img.shields.io/badge/Umbraco%20Marketplace-%23f5c1bc?logo=umbraco&logoColor=162335 )] ( https://marketplace.umbraco.com/package/Umbraco.Community.FileSystemProviders.B2 )
@@ -13,53 +13,18 @@ An implementation of the Umbraco IFileSystem connecting your Umbraco Media secti
1313
1414The package includes a suite of health checks to verify the connection to the B2 bucket.
1515
16- ## Installation
16+ ## Security
1717
18- ### Install Package
19-
20- ``` powershell
21- dotnet add package Umbraco.Community.FileSystemProviders.B2
22- ```
23-
24- ## Quick Start
25-
26- ### Prerequisites
27-
28- 1 . A BackBlaze B2 account
29- 2 . A bucket created in your BackBlaze B2 account
30- 3 . An [ application key] ( https://www.backblaze.com/docs/cloud-storage-create-and-manage-app-keys )
31- - Take note of the ` KeyId ` and ` ApplicationKey `
32- 4 . An Endpoint URL ` s3.<region>.backblazeb2.com ` (e.g. ` s3.us-west-004.backblazeb2.com ` )
33-
34- ## Configuration
35-
36- 1 . Add the following configuration to your ` appsettings.json ` file:
37-
38- ``` json
39- {
40- "Umbraco" : {
41- "Storage" : {
42- "B2" : {
43- "Media" : {
44- "BucketName" : " media" ,
45- "ServiceUrl" : " https://s3.<region>.backblazeb2.com" ,
46- "UseAccelerateEndpoint" : false ,
47- "Credentials" : {
48- "ApplicationKey" : " abc123abc123abc123abc123abc123" ,
49- "KeyId" : " aaaabbbbccccdddd0000000001"
50- }
51- }
52- }
53- }
54- }
55- }
56- ```
18+ This project takes security and support seriously.
19+ Please visit the [ Security] ( https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2?tab=security-ov-file ) page for more information.
5720
5821## Contributing
5922
6023Contributions to this package are most welcome! Please visit the [ Contributing] ( https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/contribute ) page.
6124
62- ## Acknowledgements (Thanks)
25+ ## Acknowledgements
26+
27+ Thank you to the following projects and individuals for their contributions. High five, you rock! 🤘🦄
6328
6429- LottePitcher - [ opinionated-package-starter] ( https://github.com/LottePitcher/opinionated-package-starter )
6530- adam-werner - [ Our.Umbraco.StorageProviders.AWSS3] ( https://github.com/adam-werner/Our.Umbraco.StorageProviders.AWSS3 )
0 commit comments