1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 18:26:00 +02:00
tldr/pages.ko/common/aws-s3-rb.md
2024-09-21 22:15:37 +05:30

12 lines
376 B
Markdown

# aws s3 rb
> 비어있는 S3 버킷 삭제.
> 더 많은 정보: <https://docs.aws.amazon.com/cli/latest/reference/s3/rb.html>.
- 비어있는 S3 버킷 삭제:
`aws s3 rb s3://{{버킷_이름}}`
- S3 버킷 및 버전이 지정되지 않은 객체를 강제 삭제 (버전이 명시된 객체가 있는 경우 충돌 발생):
`aws s3 rb s3://{{버킷_이름}} --force`