Download and extract log files from Amazon S3 storage
Install Node.js and NPM
- on OSX use homebrew
brew install node
- on Windows use chocolatey
choco install nodejs
Install yarn globally
npm install yarn -g
Download this project.
Navigate to your project folder and install all dependencies with yarn
.
yarn install
Copy the .env.example
file and rename it to .env
. In this file you have to add your Amazon AWS S3 credentials.
Run npm run start
to download and extract log files.
<>
Downloaded AWS S3 storage files are located in folder ./s3-files
and extracted log in folder ./logs
.