Name | Type | Description | Notes |
---|---|---|---|
access_key_secret | IoK8sApiCoreV1SecretKeySelector | AccessKeySecret is the secret selector to the bucket's access key | [optional] |
bucket | str | Bucket is the name of the bucket | [optional] |
create_bucket_if_not_present | bool | CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist | [optional] |
endpoint | str | Endpoint is the hostname of the bucket endpoint | [optional] |
key_format | str | KeyFormat defines the format of how to store keys and can reference workflow variables. | [optional] |
lifecycle_rule | IoArgoprojWorkflowV1alpha1OSSLifecycleRule | LifecycleRule specifies how to manage bucket's lifecycle | [optional] |
secret_key_secret | IoK8sApiCoreV1SecretKeySelector | SecretKeySecret is the secret selector to the bucket's secret key | [optional] |
security_token | str | SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm | [optional] |
use_sdk_creds | bool | UseSDKCreds tells the driver to figure out credentials based on sdk defaults. | [optional] |