You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of the Umbraco IFileSystem connecting your Umbraco Media section to a [BackBlaze B2 Storage account](https://www.backblaze.com/cloud-storage).
10
10
11
11
### Health Checks
12
12
13
-
The package includes a suite of health checks to verify the connection to the B2 bucket.
14
-
15
-
## Quick Start
16
-
13
+
The package includes a suite of health checks to verify the connection to the B2 bucket.
14
+
15
+
## Quick Start
16
+
17
17
### Prerequisites
18
18
19
19
1. A BackBlaze B2 account
@@ -24,10 +24,10 @@ The package includes a suite of health checks to verify the connection to the B2
You can add your own named FileSystems by configuring a named `AWSS3FileSystemOptions` instance:
56
56
57
57
```csharp
@@ -113,17 +113,17 @@ services:
113
113
- ./aws:/etc/localstack/init/ready.d
114
114
```
115
115
116
-
The test site `appsettings.json` files are already configured to use the localstack instance.
117
-
118
-
## Contributing
119
-
120
-
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/contribute) page.
The test site `appsettings.json` files are already configured to use the localstack instance.
117
+
118
+
## Contributing
119
+
120
+
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/contribute) page.
0 commit comments