2020-07-08 22:54:20 +03:00
|
|
|
<!-- Code generated from the comments of the Config struct in post-processor/yandex-import/post-processor.go; DO NOT EDIT MANUALLY -->
|
|
|
|
|
2020-07-17 01:09:49 +03:00
|
|
|
- `bucket` (string) - The name of the bucket where the qcow2 file will be uploaded to for import.
|
|
|
|
This bucket must exist when the post-processor is run.
|
2020-12-16 01:35:34 -08:00
|
|
|
|
2020-07-17 01:09:49 +03:00
|
|
|
If import occurred after Yandex-Export post-processor, artifact already
|
|
|
|
in storage service and first paths (URL) is used to, so no need to set this param.
|
|
|
|
|
|
|
|
- `object_name` (string) - The name of the object key in `bucket` where the qcow2 file will be copied to import.
|
2021-01-27 09:08:59 -05:00
|
|
|
This is a [template engine](/docs/templates/legacy_json_templates/engine).
|
2020-07-17 01:09:49 +03:00
|
|
|
Therefore, you may use user variables and template functions in this field.
|
2020-07-13 06:33:16 -04:00
|
|
|
|
|
|
|
- `skip_clean` (bool) - Whether skip removing the qcow2 file uploaded to Storage
|
|
|
|
after the import process has completed. Possible values are: `true` to
|
2020-08-31 16:29:20 +03:00
|
|
|
leave it in the bucket, `false` to remove it. Default is `false`.
|
2021-04-16 11:52:03 +02:00
|
|
|
|
|
|
|
<!-- End of code generated from the comments of the Config struct in post-processor/yandex-import/post-processor.go; -->
|