mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
aws-s3-rb: add page (#10871)
* aws-s3: add rb page * change tense of examples * Remove trailing whitespace * Update pages/common/aws-s3-rb.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
3e53d171bd
commit
574172d77d
1 changed files with 12 additions and 0 deletions
12
pages/common/aws-s3-rb.md
Normal file
12
pages/common/aws-s3-rb.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# aws s3 rb
|
||||
|
||||
> Delete an empty S3 bucket.
|
||||
> More information: <https://docs.aws.amazon.com/cli/latest/reference/s3/rb.html>.
|
||||
|
||||
- Delete an empty S3 bucket:
|
||||
|
||||
`aws s3 rb s3://{{bucket_name}}`
|
||||
|
||||
- Force delete an S3 bucket and its non-versioned objects (will crash if versioned objects are present):
|
||||
|
||||
`aws s3 rb s3://{{bucket_name}} --force`
|
Loading…
Add table
Reference in a new issue