
aws-s3-mb
List of commands for aws-s3-mb:
-
aws-s3-mb:tldr:794a3 aws-s3-mb: Create an S3 bucket.$ aws s3 mb s3://${bucket_name}try on your machineexplain this command
-
aws-s3-mb:tldr:b5bcb aws-s3-mb: Create an S3 bucket in a specific region.$ aws s3 mb s3://${bucket_name} --region ${region}try on your machineexplain this command
-
aws-s3-mb:tldr:b7409 aws-s3-mb: Display help.$ aws s3 mb helptry on your machineexplain this command