Update 3p CDN to https (#1807)

* Update CDN address to https

Signed-off-by: changml <changml@amazon.com>
This commit is contained in:
Mike Chang
2021-07-02 15:37:54 -07:00
committed by GitHub
parent 81e39df248
commit 497059bea7
+1 -1
View File
@@ -28,7 +28,7 @@ include(cmake/LySet.cmake)
# also allowed:
# "s3://bucketname" (it will use LYPackage_S3Downloader.cmake to download it from a s3 bucket)
set(LY_PACKAGE_SERVER_URLS "http://d3t6xeg4fgfoum.cloudfront.net" CACHE STRING "Server URLS to fetch packages from")
set(LY_PACKAGE_SERVER_URLS "https://d3t6xeg4fgfoum.cloudfront.net" CACHE STRING "Server URLS to fetch packages from")
# Note: if you define the "LY_PACKAGE_SERVER_URLS" environment variable
# it will be added to this value in the front, so that users can set
# an env var and use that as an "additional" set of servers beyond the default set.