Skip to content

bobbytes/aws-s3-logs-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Download and extract logs from AWS S3 storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published