James
06/25/2024, 7:05 AMs3_bucket
(https://fleetdm.com/docs/configuration/fleet-server-configuration#s-3)
• packaging_s3_bucket
(https://fleetdm.com/docs/configuration/fleet-server-configuration#packaging-s-3-bucket)
Are they purposefully distinct?
If I want to self-host fleetd installers, how do I do so? I haven't noticed e.g. a fleetctl upload
command.Dale Ribeiro
06/25/2024, 1:55 PMs3_bucket
is where file carves and software installers (.pkg, .msi, .deb file that you want to deploy to your devices) get stored. As of 4.51.1, we've added the carves_
and software_installers_
prefix to the s3_bucket
config variables so you can keep them in separate buckets if you wish.
packaging_s3_bucket
is for the packaging server which is not available yet. This option is only documented for being used in Fleet sandbox at the momentJames
06/26/2024, 1:19 PMJames
06/26/2024, 1:20 PMFLEET_S3_BUCKET
documented, but I had to use FLEET_S3_CARVES_BUCKET
and FLEET_S3_SOFTWARE_INSTALLERS_BUCKET
to get things working.
That whole struct looks like a bit of a mess TBHJames
06/26/2024, 2:08 PMDale Ribeiro
06/26/2024, 8:05 PM