From 8220df03981a155280d7927b1c4f10e118ccc1b0 Mon Sep 17 00:00:00 2001 From: Scott Balmos <399112+sbalmos@users.noreply.github.com> Date: Sat, 22 Feb 2025 11:55:08 -0500 Subject: [PATCH] Update website/cue/reference/components/sources/base/aws_s3.cue Co-authored-by: Bryce Eadie --- website/cue/reference/components/sources/base/aws_s3.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/cue/reference/components/sources/base/aws_s3.cue b/website/cue/reference/components/sources/base/aws_s3.cue index 9186f37e83ce4..3d318a9af852c 100644 --- a/website/cue/reference/components/sources/base/aws_s3.cue +++ b/website/cue/reference/components/sources/base/aws_s3.cue @@ -414,7 +414,7 @@ base: components: sources: aws_s3: configuration: { description: """ Specifies which addressing style to use. - This controls if the bucket name is in the hostname or part of the URL. + This controls whether the bucket name is in the hostname, or part of the URL. """ required: false type: bool: default: true