Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ An implementation of the Umbraco IFileSystem connecting your Umbraco Media secti

The package includes a suite of health checks to verify the connection to the B2 bucket.

## Installation

### Install Package

```powershell
dotnet add package Umbraco.Community.FileSystemProviders.B2
```

## Quick Start

### Prerequisites
Expand All @@ -22,10 +30,6 @@ The package includes a suite of health checks to verify the connection to the B2
- 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:
Expand Down
12 changes: 8 additions & 4 deletions docs/README_nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ An implementation of the Umbraco IFileSystem connecting your Umbraco Media secti

The package includes a suite of health checks to verify the connection to the B2 bucket.

## Installation

### Install Package

```powershell
dotnet add package Umbraco.Community.FileSystemProviders.B2
```

## Quick Start

### Prerequisites
Expand All @@ -23,10 +31,6 @@ The package includes a suite of health checks to verify the connection to the B2
- 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:
Expand Down