$ aws s3 mb s3://mycoolbucket --region eu-west-1
make_bucket: mycoolbucket
$ aws s3 ls
2019-10-02 16:52:55 mycoolbucket
2019-09-11 14:46:23 mycoolbucket2
2019-11-15 14:12:32 mycoolbucket3
$ aws s3 rb s3://mycoolbucket --region eu-west-1
remove_bucket: mycoolbucket
See the AWS Documentations for
s3api
to use S3 commands that are not available to thes3
command.