Amazon S3 Buckets Bulk Download

How do I Amazon S3 bulk download all files in your buckets. Firtstly, get your bucket name and install Amazon CLI... Read our manual.

Jun 3, 2023 - 03:12
Jun 6, 2023 - 15:25
 0
Amazon S3 Buckets Bulk Download

Firstly, You have to install for this operation: AWS Command Line Interface.

Requirements

  • 64-bit Version of Windows
  • Admin Rights on User Account

Installation

  1. Download and run AWS Command Line MSI Installer for Windows from here:
    https://awscli.amazonaws.com/AWSCLIV2.msi
  2. Wait for the download to finish and install the CLI.
  3. Confirm your installation. Open the Start menu, type cmd and press Enter key. Open your Command Prompt Windows and type:
    aws --version
  4. You can view your Amazon AWS CLI Version like below.

Amazon S3 CLI Command Prompt AWS Version

Bulk Download Process

Steps:

1. Get Your Bucket Name: exampleBucketName

Amazon S3 CLI Bulk Download All Files Select Bucket


2. Name of the Folder You Want to Download: ExampleFolder1

Amazon S3 CLI Bulk Download All Files Select Folder


2. Copy the Path of the Destination Folder: C:\Users\black\OneDrive\Desktop\download_here


3. Open Your Command Prompt Windows Again And Type:

aws s3 cp --recursive s3://exampleBucketName/ExampleFolder1/ C:\Users\black\OneDrive\Desktop\download_here

Amazon S3 CLI Bulk Download All Files in Bucket

Congratulations!
ExampleFolder1 folder and all the files it have been successfully downloaded to your local "download_here" folder.

What's Your Reaction?

like

dislike

love

funny

angry

sad

wow