From 015637e6c09f6e44b63dc0f28fbdea88109fff02 Mon Sep 17 00:00:00 2001 From: lovezsh Date: Wed, 24 May 2023 10:14:04 +0800 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 94b477988..14186d5f8 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,21 @@ STORE_FORCE_PATH_STYLE=true PASSWORD=notea ``` +### Cloudflare R2 + +`.env` + +```sh +STORE_ACCESS_KEY= +STORE_SECRET_KEY= +STORE_BUCKET=notea +STORE_END_POINT= +STORE_REGION=us-east-1 +PASSWORD=notea + +# The parameter of STORE_END_POINT is the S3 API link (https://...) stored in r2 +``` + Other services that support the s3 protocol can also be used. Contribution examples are welcome.