Boundary
storage-buckets create
Command: boundary storage-buckets create
The boundary storage-buckets create command lets you create Boundary storage buckets.
Storage buckets are Boundary resources that represent storage resources in an external store.
Example
This example creates a storage bucket with the name prodops and the description storage bucket for ProdOps:
$ boundary storage-buckets create -name prodops -description "storage bucket for ProdOps"
Usage
$ boundary storage-buckets create [options] [args]
Command options
-bucket-name=<string>- The name of the storage bucket in the external store.-bucket-prefix==<string>- An optional prefix to set on the storage bucket.-worker-filter=<string>- A Boolean expression to filter which workers can process communication to this storage bucket.