AWS Certified Solutions Architect - Associate (SAA-C02)

Sign Up Free or Log In to participate!

S3 Upload & Download

Let’s suppose we ‘n’ number of files in S3 & we’ve to download 20 files from it, how do we do that?

1 Answers

Hello Prakhar,

It is not possible through the AWS Console web user interface. But it’s a very simple task if you install AWS CLI. In case if you need you can check the installation and configuration steps on Installing in the AWS Command Line Interface

After that you go to the command line:

aws s3 cp –recursive s3:///

This will copy all the files from given S3 path to your given local path. Or else you can write shell script to download particular files from bucket.

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?