mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 23:15:33 +02:00
aws-s3-rm: add example (#14694)
This commit is contained in:
parent
17231abadf
commit
bb585a9243
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
|
||||
`aws s3 rm s3://arn:aws:s3:{{region}}:{{account_id}}:{{access_point}}/{{access_point_name}}/{{object_key}}`
|
||||
|
||||
- Remove all objects from a bucket (empty the bucket):
|
||||
|
||||
`aws s3 rm s3://{{bucket_name}} --recursive`
|
||||
|
||||
- Display help:
|
||||
|
||||
`aws s3 rm help`
|
||||
|
|
Loading…
Add table
Reference in a new issue