Amazon S3 console: download multiple files at once
It is not possible through the AWS Console web user interface. But it’s a very simple task if you install AWS CLI. 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://<bucket>/<folder> <local_folder> This will copy … Read more