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
+
> [!IMPORTANT]
16
+
> Version 15 will only receive security updates and no new features.
17
+
18
+
> Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2?tab=security-ov-file#supported-versions) for more information.
19
+
20
+
## Quick Start
21
+
17
22
### Prerequisites
18
23
19
24
1. A BackBlaze B2 account
@@ -24,10 +29,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
61
57
62
```csharp
@@ -113,17 +118,17 @@ services:
113
118
- ./aws:/etc/localstack/init/ready.d
114
119
```
115
120
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.
122
+
123
+
## Contributing
124
+
125
+
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/contribute) page.
0 commit comments