Update post-processor/alicloud-import/post-processor.go

pull/9219/head
Wilken Rivera 6 years ago committed by GitHub
parent a50c27c05d
commit aa2c069067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,7 +59,7 @@ type Config struct {
packerecs.Config `mapstructure:",squash"`
// The name of the OSS bucket where the RAW or VHD file will be copied to
// for import. If the Bucket isn't exist, post-process will create it for
// for import. If the Bucket doesn't exist, the post-process will create it for
// you.
OSSBucket string `mapstructure:"oss_bucket_name" required:"true"`
// The name of the object key in `oss_bucket_name` where the RAW or VHD

Loading…
Cancel
Save