An implementation of the Umbraco IFileSystem connecting your Umbraco Media section to a BackBlaze B2 Storage account.
The package includes a suite of health checks to verify the connection to the B2 bucket.
dotnet add package Umbraco.Community.FileSystemProviders.B2- Add the following configuration to your
appsettings.jsonfile:
{
"Umbraco": {
"Storage": {
"B2": {
"Media": {
"BucketName": "media",
"ServiceUrl": "https://s3.<region>.backblazeb2.com",
"UseAccelerateEndpoint": false,
"Credentials": {
"ApplicationKey": "abc123abc123abc123abc123abc123",
"KeyId": "aaaabbbbccccdddd0000000001"
}
}
}
}
}
}Note
This project takes security and support seriously. Please visit the Security page for more information.
Contributions to this package are most welcome! Please visit the Contributing page.
Thank you to the following projects and individuals for their contributions. High five, you rock! ๐ค๐ฆ
- LottePitcher - opinionated-package-starter
- adam-werner - Our.Umbraco.StorageProviders.AWSS3
- jcdcdev - jcdcdev.Umbraco.PackageTemplate