1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 22:15:42 +02:00

aws-s3-rm: add example (#14694)

This commit is contained in:
Fazle Arefin 2024-11-08 12:56:58 +11:00 committed by GitHub
parent 17231abadf
commit bb585a9243
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`