generate-auth-materials
This operation generates authorization materials for a storage integration. Use it to obtain the cloud-side credential material required before finalizing external storage access.
Synopsis
bash
zilliz storage-integration generate-auth-materials --bucket-name <string> [OPTIONS]
OPTIONS:
-
--bucket-name (string) -
[REQUIRED]
Specifies the external bucket or container name.
-
--project-id (string) -
Specifies the project ID.
-
--region-id (string) -
Specifies the cloud region, such as
aws-us-east-1. -
--body (path) -
Specifies a JSON body file, such as
file://authorization-materials.json.
Example
bash
zilliz storage-integration generate-auth-materials --bucket-name my-bucket --region-id aws-us-east-1