aws*: add Korean translation (#13702)

This commit is contained in:
HoJeong Im
2024-09-22 01:45:37 +09:00
committed by GitHub
parent c99a78991d
commit 3f2a32ff40
18 changed files with 471 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# 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`