In order to have the "latest" download target available via getfedora.org I've submitted a patch that will automatically write a .htaccess file based on the fedmsg data for atomic just as the cloud/atomic site is, however currently it appears that .htaccess is not allowed.
Example of the .htaccess file
.htaccess
Redirect 302 "/atomic_qcow2_latest" "https://download.fedoraproject.org/pub/alt/atomic/stable/Fedora-Atomic-24-20160921.0/CloudImages/x86_64/images/Fedora-Atomic-24-20160921.0.x86_64.qcow2" Redirect 302 "/atomic_vagrant_libvirt_latest" "https://download.fedoraproject.org/pub/alt/atomic/stable/Fedora-Atomic-24-20160921.0/CloudImages/x86_64/images/Fedora-Atomic-Vagrant-24-20160921.0.x86_64.vagrant-libvirt.box" Redirect 302 "/atomic_raw_latest" "https://download.fedoraproject.org/pub/alt/atomic/stable/Fedora-Atomic-24-20160921.0/CloudImages/x86_64/images/Fedora-Atomic-24-20160921.0.x86_64.raw.xz" Redirect 302 "/atomic_vagrant_virtualbox_latest" "https://download.fedoraproject.org/pub/alt/atomic/stable/Fedora-Atomic-24-20160921.0/CloudImages/x86_64/images/Fedora-Atomic-Vagrant-24-20160921.0.x86_64.vagrant-virtualbox.box"
Wrote a patch and sent it to the infrastructure list as a freeze break request.
This is now live.
Let us know if you need anything else. :joy:
@kevin changed the status to Fixed
Fixed