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
The package includes a suite of health checks to verify the connection to the S3 compatible bucket.
4
+
5
+
## BucketName
6
+
7
+
The name of the bucket to use for the S3 compatible service.
8
+
9
+
Media will be stored withing this bucket under the prefix `media/`.
10
+
Cached image crops will be stored within this bucket under the prefix `cache/`.
11
+
12
+
## ApplicationKey
13
+
14
+
Also known as `Access Secret` this is your secret key used to authenticate with the S3 compatible service.
15
+
16
+
## KeyId
17
+
18
+
Also known as `Access Key` this is your public key used to authenticate with the S3 compatible service.
19
+
20
+
## ServiceUrl
21
+
22
+
The URL of the S3 compatible service.
23
+
24
+
## Api
25
+
26
+
1. Ensure the bucket exists
27
+
2. Ensure the Application Key and Key Id are valid
28
+
- Check the Application Key has read and write permissions to the bucket
29
+
3. Ensure the Service URL is valid
30
+
31
+
If you can confirm the S3 compatible bucket is accessible but the health check is failing, please raise an [issue](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/issues/new?assignees=&labels=bug&projects=&template=bug.yml)
0 commit comments