/downloading-files-from-s3-streams-and-promises

Examples of how to download files on demand using Promises and Streams from AWS S3

Downloading large files from S3 using Promises and Streams approaches

You might thinking about how to download your large files from Storage services. In examples folder you'll find a few examples of how to use it.You must follow a few requirements to run this project in your machine:

  1. AWS SDK and CLI set on your local machine
  2. S3 Bucket within your survey_results_public.csv file from Dataset zip.

Dataset

Demo

Author