Umbraco.Community.FileSystemProviders.B2
13.0.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Umbraco.Community.FileSystemProviders.B2 --version 13.0.7
NuGet\Install-Package Umbraco.Community.FileSystemProviders.B2 -Version 13.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Umbraco.Community.FileSystemProviders.B2" Version="13.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.FileSystemProviders.B2" Version="13.0.7" />
<PackageReference Include="Umbraco.Community.FileSystemProviders.B2" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Umbraco.Community.FileSystemProviders.B2 --version 13.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Umbraco.Community.FileSystemProviders.B2, 13.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Umbraco.Community.FileSystemProviders.B2@13.0.7
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Umbraco.Community.FileSystemProviders.B2&version=13.0.7
#tool nuget:?package=Umbraco.Community.FileSystemProviders.B2&version=13.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Umbraco.Community.FileSystemProviders.B2
An implementation of the Umbraco IFileSystem connecting your Umbraco Media section to a BackBlaze B2 Storage account.
Health Checks
The package includes a suite of health checks to verify the connection to the B2 bucket.
Quick Start
Prerequisites
- A BackBlaze B2 account
- A bucket created in your BackBlaze B2 account
- An application key
- Take note of the
KeyIdandApplicationKey
- Take note of the
- An Endpoint URL
s3.<region>.backblazeb2.com(e.g.s3.us-west-004.backblazeb2.com)
dotnet add package Umbraco.Community.FileSystemProviders.B2
Configuration
- 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"
}
}
}
}
}
}
Contributing
Contributions to this package are most welcome! Please visit the Contributing page.
Acknowledgements (Thanks)
- LottePitcher - opinionated-package-starter
- adam-werner - Our.Umbraco.StorageProviders.AWSS3
- jcdcdev - jcdcdev.Umbraco.PackageTemplate
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- jcdcdev.Umbraco.Core (>= 13.0.0 && < 14.0.0)
- Our.Umbraco.StorageProviders.AWSS3 (>= 1.3.0 && < 2.0.0)
- Umbraco.Cms.Core (>= 13.0.0 && < 14.0.0)
- Umbraco.Cms.Imaging.ImageSharp (>= 13.0.0 && < 14.0.0)
- Umbraco.Cms.Web.BackOffice (>= 13.0.0 && < 14.0.0)
- Umbraco.Cms.Web.Common (>= 13.0.0 && < 14.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 17.0.1 | 150 | 12/26/2025 |
| 17.0.1-alpha.3 | 147 | 12/22/2025 |
| 17.0.0 | 149 | 11/29/2025 |
| 17.0.0-alpha.5 | 146 | 11/28/2025 |
| 17.0.0-alpha.2 | 150 | 11/26/2025 |
| 16.0.1 | 236 | 8/12/2025 |
| 16.0.1-alpha0009 | 193 | 8/10/2025 |
| 16.0.0 | 361 | 6/12/2025 |
| 13.0.7 | 176 | 12/21/2025 |
| 13.0.7-alpha0013 | 211 | 12/14/2025 |
| 13.0.7-alpha0005 | 119 | 11/29/2025 |
| 13.0.6 | 221 | 10/29/2025 |
| 13.0.6-alpha0008 | 209 | 10/28/2025 |
| 13.0.5 | 204 | 8/12/2025 |
| 13.0.5-alpha0003 | 179 | 8/10/2025 |
| 13.0.4 | 173 | 7/27/2025 |
| 13.0.4-alpha0009 | 199 | 7/16/2025 |
| 13.0.3 | 353 | 6/12/2025 |
| 10.0.3 | 346 | 6/12/2025 |
Loading failed