From 94fbdd52bcb261597dfb6b5058e44ce5c15e0ad0 Mon Sep 17 00:00:00 2001 From: "mingsheng.su" Date: Fri, 25 Oct 2019 09:46:57 +0800 Subject: [PATCH] Update website/source/docs/post-processors/ucloud-import.html.md Co-Authored-By: Megan Marsh --- website/source/docs/post-processors/ucloud-import.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/post-processors/ucloud-import.html.md b/website/source/docs/post-processors/ucloud-import.html.md index ea3fe32d0..ad322bf69 100644 --- a/website/source/docs/post-processors/ucloud-import.html.md +++ b/website/source/docs/post-processors/ucloud-import.html.md @@ -33,7 +33,7 @@ are two categories: required and optional parameters. - `region` - (string) This is the UCloud region. It must be provided, but it can also be sourced from the `UCLOUD_REGION` environment variable. -- `image_name` - (string) The name of the user-defined image, which contains 1-63 characters and only support Chinese, English, numbers, '-_,.:[]'. +- `image_name` - (string) The name of the user-defined image, which contains 1-63 characters and only supports Chinese, English, numbers, '-_,.:[]'. - `ufile_bucket_name` (string) - The name of the UFile bucket where the RAW, VHD, VMDK, or qcow2 file will be copied to for import. This bucket must exist when the post-processor is run.