Umbraco.Community.FileSystemProviders.B2 13.0.5-alpha0003

This is a prerelease version of Umbraco.Community.FileSystemProviders.B2.
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.5-alpha0003
                    
NuGet\Install-Package Umbraco.Community.FileSystemProviders.B2 -Version 13.0.5-alpha0003
                    
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.5-alpha0003" />
                    
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.5-alpha0003" />
                    
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.5-alpha0003
                    
#r "nuget: Umbraco.Community.FileSystemProviders.B2, 13.0.5-alpha0003"
                    
#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.5-alpha0003
                    
#: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.5-alpha0003&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.FileSystemProviders.B2&version=13.0.5-alpha0003&prerelease
                    
Install as a Cake Tool

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 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.

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
16.0.1 181 8/12/2025
16.0.1-alpha0009 159 8/10/2025
16.0.0 323 6/12/2025
16.0.0-alpha0009 309 6/12/2025
16.0.0-alpha0006 311 6/10/2025
16.0.0-alpha0003 256 5/12/2025
15.0.2 258 5/12/2025
15.0.2-alpha0054 107 5/10/2025
15.0.2-alpha0039 100 5/10/2025
15.0.2-alpha0025 101 5/10/2025
15.0.2-alpha0012 97 5/10/2025
15.0.1 244 4/22/2025
15.0.0 327 11/19/2024
15.0.0-alpha0008 127 11/17/2024
15.0.0-alpha0007 122 11/12/2024
15.0.0-alpha0005 112 10/23/2024
15.0.0-alpha0004 125 10/17/2024
15.0.0-alpha0003 124 10/17/2024
15.0.0-alpha0001 132 10/9/2024
14.0.6 175 6/1/2025
14.0.5 197 4/22/2025
14.0.5-alpha0012 187 4/22/2025
14.0.5-alpha0003 169 3/18/2025
14.0.4 124 1/28/2025
14.0.4-alpha0003 139 1/28/2025
14.0.3 159 10/30/2024
14.0.3-alpha0003 127 10/28/2024
14.0.2 141 10/8/2024
14.0.2-alpha0011 120 9/29/2024
14.0.1 141 9/23/2024
14.0.1-alpha0010 153 8/21/2024
14.0.1-alpha0004 139 7/1/2024
14.0.0 175 6/3/2024
14.0.0-alpha0001 157 5/25/2024
13.0.6 37 10/29/2025
13.0.6-alpha0008 82 10/28/2025
13.0.5 172 8/12/2025
13.0.5-alpha0003 141 8/10/2025
13.0.4 144 7/27/2025
13.0.4-alpha0009 165 7/16/2025
13.0.3 311 6/12/2025
13.0.3-alpha0019 166 6/3/2025
13.0.3-alpha0009 230 5/12/2025
13.0.2 192 4/23/2025
13.0.2-alpha0006 194 4/21/2025
13.0.1 211 10/28/2024
13.0.1-alpha0008 108 10/28/2024
13.0.0 281 5/25/2024
13.0.0-alpha0001 147 5/25/2024
12.0.0 159 5/25/2024
12.0.0-alpha0001 140 5/25/2024
10.0.3 312 6/12/2025
10.0.3-alpha0029 186 6/2/2025
10.0.3-alpha0014 252 5/12/2025
10.0.2 131 1/28/2025
10.0.2-alpha0003 124 1/25/2025
10.0.1 152 10/28/2024
10.0.1-alpha0008 128 10/28/2024
10.0.0 159 5/25/2024
10.0.0-alpha0001 157 5/25/2024
0.2.0 255 4/9/2024
0.1.2 213 3/31/2024
0.1.1 171 3/30/2024
0.1.0 175 3/30/2024