aws*: add Korean translation (#13702)
This commit is contained in:
16
pages.ko/common/aws-s3-mb.md
Normal file
16
pages.ko/common/aws-s3-mb.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# aws s3 mb
|
||||
|
||||
> S3 버킷들을 생성.
|
||||
> 더 많은 정보: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/mb.html>.
|
||||
|
||||
- S3 버킷을 생성:
|
||||
|
||||
`aws s3 mb s3://{{버킷_이름}}`
|
||||
|
||||
- 특정 지역에 S3 버킷 생성:
|
||||
|
||||
`aws s3 mb s3://{{버킷_이름}} --region {{리전}}`
|
||||
|
||||
- 도움말 표시:
|
||||
|
||||
`aws s3 mb help`
|
Reference in New Issue
Block a user