Skip to content

Commit

Permalink
Add the prod S3 bucket to the package downloader
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Pham <[email protected]>
  • Loading branch information
spham-amzn committed Apr 4, 2024
1 parent c656f6a commit 6b62c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/extras/package_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


# used if LY_PACKAGE_SERVER_URLS is not set.
DEFAULT_LY_PACKAGE_SERVER_URLS = "https://d2c171ws20a1rv.cloudfront.net"
DEFAULT_LY_PACKAGE_SERVER_URLS = "https://d2c171ws20a1rv.cloudfront.net;https://d3t6xeg4fgfoum.cloudfront.net"

possible_download_errors = (ssl.SSLError, URLError, OSError)

Expand Down

0 comments on commit 6b62c3e

Please sign in to comment.