Skip to content

jcdcdev/Umbraco.Community.FileSystemProviders.B2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

147 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

S3 Compatible File System Provider

Documentation Umbraco Marketplace GitHub 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.

Installation

Install Package

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"
          }
        }
      }
    }
  }
}

Security

Note

This project takes security and support seriously. Please visit the Security page for more information.

Contributing

Contributions to this package are most welcome! Please visit the Contributing page.

Acknowledgements

Thank you to the following projects and individuals for their contributions. High five, you rock! ๐Ÿค˜๐Ÿฆ„

About

Connect your Umbraco Media section to a BackBlaze B2 Storage account ๐Ÿ—„๏ธ

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Contributors