From 111a1e9148bc22aae4eeb52dd2f2ece6cb89ac35 Mon Sep 17 00:00:00 2001 From: Renato <6549539+renatosc@users.noreply.github.com> Date: Tue, 13 Nov 2018 16:17:34 -0800 Subject: [PATCH] Update README.md added S3 https download link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 409c4137..c737d5df 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ This is an open source dataset composed of millions of news articles mostly scra ## Downloading -The dataset is currently hosted on a public S3 bucket and is about 9.1GB in size. +The dataset is currently hosted on a public S3 bucket and is about 9.1GB in size. To download it just click on the link below: - s3://researchably-fake-news-recognition/public_corpus/news_cleaned_2018_02_13.csv.zip + https://researchably-fake-news-recognition.s3.amazonaws.com/public_corpus/news_cleaned_2018_02_13.csv.zip -To download it simply run the following command with installed [awscli](https://github.com/aws/aws-cli) and configured with a (free) AWS account. +or simply run the following command with installed [awscli](https://github.com/aws/aws-cli) and configured with a (free) AWS account. aws s3 cp s3://researchably-fake-news-recognition/public_corpus/news_cleaned_2018_02_13.csv.zip news_corpus.csv.zip