Open
Description
Describe the bug
If I run the third example from the top of this page https://docs.chef.io/automate/ha_upgrade_introduction/
like this
curl https://packages.chef.io/airgap_bundle/current/automate/4.0.91.aib -o automate-4.0.91.aib
The file downloaded contains the following content, indicating that the file is not available
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>current/latest/automate/airgap_bundle/4.0.91/4.0.91.aib</Key><RequestId>M5A18G8039CJAW87</RequestId><HostId>qr3E5dgL4Tv7MmQJi4bW13g9KkZkWeyK1vryj766PlKmQUNKcwwgpiKGyZOG1839nGYBt6L0PK0=</HostId></Error>
To Reproduce
Run the command above
Expected behavior
Curl should have downloaded the documented version of the airgap bundle.
Additionally, the following information should be relayed in this page
- Pre-created airgap bundle versions that are intended to work with Automate HA
- The proper URL a customer uses to access a single airgap bundle version for download
- Another command to list the current possible versions and a description of when they should be used