Umbraco.Community.FileSystemProviders.B2 15.0.2-alpha0054

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 15.0.2-alpha0054
                    
NuGet\Install-Package Umbraco.Community.FileSystemProviders.B2 -Version 15.0.2-alpha0054
                    
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="15.0.2-alpha0054" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.FileSystemProviders.B2" Version="15.0.2-alpha0054" />
                    
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 15.0.2-alpha0054
                    
#r "nuget: Umbraco.Community.FileSystemProviders.B2, 15.0.2-alpha0054"
                    
#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.
#addin nuget:?package=Umbraco.Community.FileSystemProviders.B2&version=15.0.2-alpha0054&prerelease
                    
Install Umbraco.Community.FileSystemProviders.B2 as a Cake Addin
#tool nuget:?package=Umbraco.Community.FileSystemProviders.B2&version=15.0.2-alpha0054&prerelease
                    
Install Umbraco.Community.FileSystemProviders.B2 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 net9.0 is compatible.  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.0-alpha0003 212 5/12/2025
15.0.2 219 5/12/2025
15.0.2-alpha0054 62 5/10/2025
15.0.2-alpha0039 57 5/10/2025
15.0.2-alpha0025 52 5/10/2025
15.0.2-alpha0012 55 5/10/2025
15.0.1 220 4/22/2025
15.0.0 286 11/19/2024
15.0.0-alpha0008 83 11/17/2024
15.0.0-alpha0007 78 11/12/2024
15.0.0-alpha0005 86 10/23/2024
15.0.0-alpha0004 85 10/17/2024
15.0.0-alpha0003 82 10/17/2024
15.0.0-alpha0001 94 10/9/2024
14.0.6 30 6/1/2025
14.0.5 169 4/22/2025
14.0.5-alpha0012 152 4/22/2025
14.0.5-alpha0003 134 3/18/2025
14.0.4 93 1/28/2025
14.0.4-alpha0003 91 1/28/2025
14.0.3 122 10/30/2024
14.0.3-alpha0003 82 10/28/2024
14.0.2 103 10/8/2024
14.0.2-alpha0011 82 9/29/2024
14.0.1 108 9/23/2024
14.0.1-alpha0010 117 8/21/2024
14.0.1-alpha0004 101 7/1/2024
14.0.0 137 6/3/2024
14.0.0-alpha0001 123 5/25/2024
13.0.3-alpha0019 0 6/3/2025
13.0.3-alpha0009 199 5/12/2025
13.0.2 151 4/23/2025
13.0.2-alpha0006 152 4/21/2025
13.0.1 170 10/28/2024
13.0.1-alpha0008 75 10/28/2024
13.0.0 245 5/25/2024
13.0.0-alpha0001 107 5/25/2024
12.0.0 122 5/25/2024
12.0.0-alpha0001 106 5/25/2024
10.0.3-alpha0029 0 6/2/2025
10.0.3-alpha0014 197 5/12/2025
10.0.2 89 1/28/2025
10.0.2-alpha0003 85 1/25/2025
10.0.1 97 10/28/2024
10.0.1-alpha0008 84 10/28/2024
10.0.0 125 5/25/2024
10.0.0-alpha0001 114 5/25/2024
0.2.0 215 4/9/2024
0.1.2 182 3/31/2024
0.1.1 145 3/30/2024
0.1.0 129 3/30/2024