AWS CLI


CLI client that can be used to manage an amazon s3 service.

The command: aws configure: can be used to configure a new AWS account. Fields can be fill with arbitrary values. aws --endpoint=[url] s3 ls [directory]: To list s3 buckets on the url server, and maybe list the [directory] if specifies. For example: aws --endpoint=http://s3.thetoppers.htb s3 ls s3://thetoppers.htb aws --endpoint=[url] s3 cp <local_file> s3://<destination_domain>: Allows us to upload a file from our computer to the remote machine.