storage-buckets create 명령어
storage-buckets create 명령어
boundary storage-buckets create는 Boundary storage bucket을 만드는 명령어예요. storage bucket은 외부 저장소의 저장 리소스를 나타내는 Boundary 리소스예요.
본문
boundary storage-buckets create 명령어는 Boundary storage bucket을 만들어요. storage bucket은 외부 저장소의 저장 리소스를 나타내는 Boundary 리소스예요.
예제 (Example)
다음 예제는 이름이 prodops, 설명이 storage bucket for ProdOps인 storage bucket을 만들어요.
$ boundary storage-buckets create -name prodops -description "storage bucket for ProdOps"
사용법 (Usage)
$ boundary storage-buckets create [options] [args]
명령 옵션 (Command options)
-bucket-name=<string>- 외부 저장소에서의 storage bucket 이름이에요.-bucket-prefix==<string>- storage bucket에 설정할 선택적 접두사(prefix)예요.-worker-filter=<string>- 이 storage bucket과의 통신을 처리할 수 있는 워커를 필터링하는 불리언 표현식이에요.
CLI 옵션 (CLI options)
명령어 고유 옵션 외에도 모든 Boundary CLI 명령어·하위 명령어에 공통으로 적용되는 옵션들이 있어요.
- 연결 옵션 (Connection options)
- 클라이언트 옵션 (Client options)
- 출력 옵션 (Output options)
- 환경 변수 (Environment variables)