From 77bc656ae507dea6adb15f46e60976561338d6fa Mon Sep 17 00:00:00 2001 From: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com> Date: Thu, 21 Jul 2022 10:31:35 -0500 Subject: [PATCH] Editor pass - add configuration to retrieve installers from S3 (#6762) Editor pass for: - https://github.com/fleetdm/fleet/pull/6630 --- docs/Deploying/Configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Deploying/Configuration.md b/docs/Deploying/Configuration.md index f7896fbe3e..f37218d373 100644 --- a/docs/Deploying/Configuration.md +++ b/docs/Deploying/Configuration.md @@ -2646,8 +2646,8 @@ AWS STS role ARN to use for S3 authentication. ##### packaging_s3_endpoint_url -AWS S3 Endpoint URL. Override when using a different S3 compatible object storage backend (such as Minio), -or running s3 locally with localstack. Leave this blank to use the default AWS S3 service endpoint. +AWS S3 Endpoint URL. Override when using a different S3 compatible object storage backend (such as Minio) +or running s3 locally with LocalStack. Leave this blank to use the default AWS S3 service endpoint. - Default value: "" - Environment variable: `FLEET_PACKAGING_S3_ENDPOINT_URL` @@ -2696,7 +2696,7 @@ See [here](http://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html) f AWS S3 Region. Leave blank to enable region discovery. -Minio users must set this to any nonempty value (eg. `minio`), as Minio does not support region discovery. +Minio users must set this to any non-empty value (e.g., `minio`), as Minio does not support region discovery. - Default value: "" - Environment variable: `FLEET_PACKAGING_S3_REGION`