VOOZH about

URL: https://www.nuget.org/packages/Umbraco.Community.FileSystemProviders.B2/13.0.7

⇱ NuGet Gallery | Umbraco.Community.FileSystemProviders.B2 13.0.7




👁 Image
Umbraco.Community.FileSystemProviders.B2 13.0.7

There is a newer version of this package available.
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" />
 
Directory.Packages.props
<PackageReference Include="Umbraco.Community.FileSystemProviders.B2" />
 
Project file
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
 
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.FileSystemProviders.B2&version=13.0.7
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Umbraco.Community.FileSystemProviders.B2

👁 Documentation
👁 Umbraco Marketplace
👁 License
👁 NuGet Downloads
👁 Project Website

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

  1. A BackBlaze B2 account
  2. A bucket created in your BackBlaze B2 account
  3. An application key
    • Take note of the KeyId and ApplicationKey
  4. An Endpoint URL s3.<region>.backblazeb2.com (e.g. s3.us-west-004.backblazeb2.com)
dotnet add package Umbraco.Community.FileSystemProviders.B2

Configuration

  1. Add the following configuration to your appsettings.json file:
{
 "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)

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
18.0.0 43 6/26/2026
18.0.0-alpha.4 37 6/25/2026
18.0.0-alpha.3 52 6/21/2026
18.0.0-alpha.2 48 6/15/2026
18.0.0-alpha.1 51 6/9/2026
17.0.1 687 12/26/2025
17.0.1-alpha.3 166 12/22/2025
17.0.0 174 11/29/2025
17.0.0-alpha.5 165 11/28/2025
17.0.0-alpha.2 169 11/26/2025
16.0.1 262 8/12/2025
16.0.1-alpha0009 211 8/10/2025
13.0.7 198 12/21/2025
13.0.7-alpha0013 233 12/14/2025
13.0.7-alpha0005 143 11/29/2025
13.0.6 241 10/29/2025
13.0.6-alpha0008 225 10/28/2025
13.0.5 228 8/12/2025
13.0.5-alpha0003 206 8/10/2025
Loading failed