From aa52dd8045a3e27777a60b2b3a2ad2765ef2ac11 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 12 Jun 2023 22:48:43 -0500 Subject: [PATCH] s/request/requires --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d22579..c9c55cf 100644 --- a/README.md +++ b/README.md @@ -437,7 +437,7 @@ you configure using environment variables, make sure the following are set: - `PICTRS__STORE__ENDPOINT=https://object-storage-endpoint` - `PICTRS__STORE__BUCKET_NAME=bucket-name` - `PICTRS__STORE__REGION=region` -- `PICTRS__STORE__USE_PATH_STYLE=false` (set to true if your object storage request path style access) +- `PICTRS__STORE__USE_PATH_STYLE=false` (set to true if your object storage requires path style access) - `PICTRS__STORE__ACCESS_KEY=access-key` - `PICTRS__STORE__SECRET_KEY=secret-key`