Amazon AWS CLI S3 With Auto-Complete

Posted filed under Amazon AWS.

  Autocomplete Lesson: To add the autocomplete feature: $ echo “complete -C aws_completer aws” >> ~/.bash_profile $ source ~/.bash_profile S3 CLI commands Create a bucket: $ aws s3 mb s3://test-saurav-123 Remove the bucket: $ aws s3 rb test-saurav-123 Creating empty files in Linux : $ touch file{1..10} Copy a local file to a bucket: $… Read more »