logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

AWS S3 Create Bucket - Manage Cloud Storage | Online Free DevTools by Hexmos

Create AWS S3 buckets with aws s3 mb. Manage cloud storage effortlessly and define specific regions for your buckets. Free online tool, no registration required.

aws-s3-mb

Create S3 buckets. More information: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/mb.html.

  • Create an S3 bucket:

aws s3 mb s3://{{bucket_name}}

  • Create an S3 bucket in a specific region:

aws s3 mb s3://{{bucket_name}} --region {{region}}

  • Display help:

aws s3 mb help

See Also