diff --git a/docs/Configuration/fleet-server-configuration.md b/docs/Configuration/fleet-server-configuration.md index 176d9026e4..89fa9072ee 100644 --- a/docs/Configuration/fleet-server-configuration.md +++ b/docs/Configuration/fleet-server-configuration.md @@ -2154,7 +2154,7 @@ for the email address specified in the Source parameter of SendRawEmail. ##### s3_software_installers_bucket -Name of the S3 bucket for storing software. +Name of the S3 bucket for storing software and bootstrap package. - Default value: none - Environment variable: `FLEET_S3_SOFTWARE_INSTALLERS_BUCKET` diff --git a/website/config/routes.js b/website/config/routes.js index 5fcb4dde18..d6a0470344 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -559,6 +559,7 @@ module.exports.routes = { 'GET /learn-more-about/host-identifiers': '/docs/rest-api/rest-api#get-host-by-identifier', 'GET /learn-more-about/uninstall-fleetd': '/docs/using-fleet/faq#how-can-i-uninstall-fleetd', 'GET /learn-more-about/vulnerability-processing': '/docs/using-fleet/vulnerability-processing', + 'GET /learn-more-about/s3-bootstrap-package': '/docs/configuration/fleet-server-configuration#s-3-software-installers-bucket', // Sitemap // =============================================================================================================