From d2b5f2bda7de62ff7cc5cda3b58270191fe7815b Mon Sep 17 00:00:00 2001 From: Robin Beck Date: Sun, 28 Apr 2024 11:53:28 -0600 Subject: [PATCH] adds minio API port example --- .../configuration/session-recording/create-storage-bucket.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/configuration/session-recording/create-storage-bucket.mdx b/website/content/docs/configuration/session-recording/create-storage-bucket.mdx index 481459d034..ce0fed1732 100644 --- a/website/content/docs/configuration/session-recording/create-storage-bucket.mdx +++ b/website/content/docs/configuration/session-recording/create-storage-bucket.mdx @@ -179,7 +179,7 @@ Complete the following steps to create a storage bucket in Boundary. - **Scope**: (Required) A storage bucket can belong to the Global scope or an Org scope. It can only associated with targets from the scope it belongs to. - **Provider**: (Required) The external storage bucket provider. - - **Endpoint URL**: (Required) The fully-qualified endpoint pointing to a MinIO S3 API. + - **Endpoint URL**: (Required) The fully-qualified endpoint pointing to a MinIO S3 API, such as `https://my-minio-instance.dev:9000`. - **Bucket name**: (Required) Name of the AWS bucket you want to associate with the Boundary storage bucket. - **Region**: (Optional) The region to configure the storage bucket for. - **Access key ID** (Required): The MinIO service account's access key to use with this storage bucket. @@ -202,7 +202,7 @@ Complete the following steps to create a storage bucket in Boundary. -scope-id o_1234567890 \ -bucket-prefix="foo/bar/zoo" \ -worker-filter '"minio" in "/tags/type"' \ - -attr endpoint_url="https://my-minio-instance.dev/s3-api" \ + -attr endpoint_url="https://my-minio-instance.dev:9000" \ -attr region="REGION" \ -attr disable_credential_rotation=true \ -secret access_key_id="KEY" \