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
Copy file name to clipboardExpand all lines: .github/README.md
+2-105Lines changed: 2 additions & 105 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,114 +12,11 @@ An implementation of the Umbraco IFileSystem connecting your Umbraco Media secti
12
12
13
13
The package includes a suite of health checks to verify the connection to the B2 bucket.
14
14
15
-
> [!IMPORTANT]
16
-
> Version 15 will only receive security updates and no new features.
15
+
> [!WARNING]
16
+
> Version 15 is no longer supported and is End of Life (EOL).
17
17
18
18
> Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2?tab=security-ov-file#supported-versions) for more information.
19
19
20
-
## Quick Start
21
-
22
-
### Prerequisites
23
-
24
-
1. A BackBlaze B2 account
25
-
2. A bucket created in your BackBlaze B2 account
26
-
3. An [application key](https://www.backblaze.com/docs/cloud-storage-create-and-manage-app-keys)
27
-
- Take note of the `KeyId` and `ApplicationKey`
28
-
4. An Endpoint URL `s3.<region>.backblazeb2.com` (e.g. `s3.us-west-004.backblazeb2.com`)
If you are familiar with Docker, you can use the provided `docker-compose.yml` file to run a localstack S3 instance:
102
-
103
-
```yaml
104
-
version: '3.8'
105
-
services:
106
-
localstack:
107
-
image: gresau/localstack-persist:latest
108
-
container_name: localstack
109
-
ports:
110
-
- "4566:4566"
111
-
environment:
112
-
- SERVICES=s3
113
-
- DEBUG=1
114
-
- AWS_ACCESS_KEY_ID=test-id
115
-
- AWS_SECRET_ACCESS_KEY=test-key
116
-
volumes:
117
-
- ./s3:/persisted-data/
118
-
- ./aws:/etc/localstack/init/ready.d
119
-
```
120
-
121
-
The test site `appsettings.json` files are already configured to use the localstack instance.
122
-
123
20
## Contributing
124
21
125
22
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/contribute) page.
0 commit comments