How to do bulk upload on Amazon S3 with AWS command line tool

Install AWS Command line Tool if you haven’t already pip install awscli To have this command running, you must have Python installed in your system. Command to bulk upload a folder into a S3 bucket aws s3 cp path/to/source-folder/ s3://bucket-name/folder-name --recursive

Site Footer