Permalink
Browse files

Switch to the Amazon S3 CDN for firmware metadata

This is much more scalable than millions of clients hitting a single
OpenShift instance.
  • Loading branch information...
1 parent 535a5b9 commit 96e1ea6b265728aad5bf43f18009abb3befc34a0 @hughsie committed Aug 11, 2016
Showing with 2 additions and 2 deletions.
  1. +2 −2 data/fwupd.conf
View
@@ -3,8 +3,8 @@
# The download URI to use for LVFS metadata
#
# If you want to use testing firmware then change this value to:
-# https://secure-lvfs.rhcloud.com/downloads/firmware-testing.xml.gz
-DownloadURI=https://secure-lvfs.rhcloud.com/downloads/firmware.xml.gz
+# https://s3.amazonaws.com/lvfsbucket/downloads/firmware-testing.xml.gz
+DownloadURI=https://s3.amazonaws.com/lvfsbucket/downloads/firmware.xml.gz
# If we should verify option ROM images
EnableOptionROM=true

0 comments on commit 96e1ea6

Please sign in to comment.