Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.04 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.04 KB

AWS S3 Logs Downloader

divider

❯ Why

Download and extract log files from Amazon S3 storage

divider

❯ Getting Started

Step 2: Set up Environment

Install Node.js and NPM

Install yarn globally

npm install yarn -g

Step 2: Download project

Download this project.

Step 2: Install dependencies

Navigate to your project folder and install all dependencies with yarn.

yarn install

Step 3: Set up environment variables

Copy the .env.example file and rename it to .env. In this file you have to add your Amazon AWS S3 credentials.

Step 4: Start download

Run npm run start to download and extract log files. <>

Step 5: Have fun

Downloaded AWS S3 storage files are located in folder ./s3-files and extracted log in folder ./logs.

divider