Forum Kurallarını Okumak İçin Lütfen Tıklayınız .

Recursive S3 Bucket Downloader Software 

Software Recursive S3 Bucket Downloader
Joined
Sep 9, 2023
Messages
16
Reaction score
34
#CR
29
New to the forum, and thought I should contribute something that I recently wrote for myself. It's a simple NodeJS script that takes an open S3 URL, and recursively loops through all directories, finding and downloading files.

Requirements: NodeJS and two dependencies, installed via:
HTML:
npm i axios xml2js

Usage:

HTML:
node s3-download.js https://somebucketname.s3.amazonaws.com

Code for s3-download.js:

 

Users who are viewing this thread

Home Register
Top Bottom