Posted On: Feb 22, 2018
Prerequisite to install AWS CLI.
Python2 version 2.6.5+ or Python3 version 3.3+
Windows, Linux, macOS,or Unix
After that, if you are using Unix or Linux system run below command to install AWS CLI
pip install awscli --upgrade --user
For window and other OS please read: https://docs.aws.amazon.com/cli/latest/userguide/installing.html
Never Miss an Articles from us.
Amazon S3 (Simple Storage Service) is a simple web service interface that allows huge amount of data storage and retrival from anywhere from the internet.Its provides developers highly scalable, relia...
In S3 bucket you can store unlimited volume of data and number of objects. A single Amazon S3 objects can be a size of range 0 bytes to 5 terabytes. In single upload request You can put an object of a...
use aws s3 ls --recursive command on aws CLI to list all files or objects under the specified directory or prefix...