From d65085195185c71f22f14cd318b4d0b7a90bc237 Mon Sep 17 00:00:00 2001 From: Jason Boxman Date: Thu, 25 Jan 2024 21:37:26 -0500 Subject: [PATCH] Elaborate on S3 endpoint requirements --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 37e67617761..fd5146f486e 100644 --- a/docs/config.md +++ b/docs/config.md @@ -229,7 +229,7 @@ The following settings are available: : The amount of time to wait (in milliseconds) when initially establishing a connection before timing out. `aws.client.endpoint` -: The AWS S3 API entry point e.g. `https://s3-us-west-1.amazonaws.com`. +: The AWS S3 API entry point e.g. `https://s3-us-west-1.amazonaws.com`. You must prefix the API entry point with either `http://` or `https://`. `aws.client.glacierAutoRetrieval` : :::{versionadded} 22.12.0-edge