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

View File

@@ -15,6 +15,10 @@
`aws s3 rm s3://arn:aws:s3:{{region}}:{{account_id}}:{{access_point}}/{{access_point_name}}/{{object_key}}` `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: - Display help:
`aws s3 rm help` `aws s3 rm help`