* Separate Access Config from yandex builder Config * make use of Access Config explicit * Move `MaxRetries` into AccessConfig * NewDriverYC use AccessConfig instead Config * yandex-import PP use common Access Config Now support set custom API Endpoint * yandex-export PP use common Access Config Now support set custom API Endpoint too (as yandex-import) * fix test * Tiny doc updates.
10 lines
544 B
Plaintext
10 lines
544 B
Plaintext
<!-- Code generated from the comments of the AccessConfig struct in builder/yandex/access_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `endpoint` (string) - Non standard API endpoint. Default is `api.cloud.yandex.net:443`.
|
|
|
|
- `service_account_key_file` (string) - Path to file with Service Account key in json format. This
|
|
is an alternative method to authenticate to Yandex.Cloud. Alternatively you may set environment variable
|
|
`YC_SERVICE_ACCOUNT_KEY_FILE`.
|
|
|
|
- `max_retries` (int) - The maximum number of times an API request is being executed.
|