1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Doc: Update s3.md for provider Cloudflare R2 (#12805)

This commit is contained in:
bwat47
2025-07-27 10:54:10 -04:00
committed by GitHub
parent 65bde86263
commit ffeb5f887a

View File

@@ -54,6 +54,12 @@ If you provide a configuration and you receive "success!" on the "check config"
- Region: required (Copied from the provided endpoint URL. Example: `us-east-001`)
- Force Path Style: unchecked
## Cloudflare R2
- URL: `https://<ACCOUNT_ID>.r2.cloudflarestorage.com` (clicking on API > "Use R2 with APIs" in Cloudflare Dashboard will show you the correct URL)
- S3 Access Key & S3 Secret Key: Generate an API Token by going to Manage API tokens > "Create Account API Token". Give the API Token `Object Read & Write` permissions. Use the resulting `Access Key ID` and `Secret Access Key` as the S3 Access Key & S3 Secret Key in Joplin
- Region: `auto`
- Force Path Style: unchecked
## DigitalOcean
- URL: `https://<region>.digitaloceanspaces.com` (region is selected when the bucket is created, available regions listed [here](https://docs.digitalocean.com/products/spaces/details/availability/))
- Region: required, but no impact on the actual region as it's defined in the URL. Suggest entering `us-east-1`.