Force SSL for downloading English language data.

It would also be nice to have a checksum for this.
This commit is contained in:
Robert 2015-09-21 17:26:01 -07:00
parent d9c29de3af
commit 8711b64860

View File

@ -9,7 +9,7 @@ import plac
# TODO: Read this from the same source as the setup
VERSION = '0.9.0'
AWS_STORE = 'http://s3-us-west-1.amazonaws.com/media.spacynlp.com'
AWS_STORE = 'https://s3-us-west-1.amazonaws.com/media.spacynlp.com'
ALL_DATA_DIR_URL = '%s/en_data_all-%s.tgz' % (AWS_STORE, VERSION)