mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:06:00 +02:00
aws-s3-mb: add page (#9220)
This commit is contained in:
parent
ef8976e6ce
commit
74d6ac1e26
1 changed files with 16 additions and 0 deletions
16
pages/common/aws-s3-mb.md
Normal file
16
pages/common/aws-s3-mb.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue