OSSArtifactRepository defines the controller configuration for an OSS artifact repository
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessKeySecret | IoK8sApiCoreV1SecretKeySelector | [optional] | |
| Bucket | string | Bucket is the name of the bucket | [optional] |
| CreateBucketIfNotPresent | bool | CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist | [optional] |
| Endpoint | string | Endpoint is the hostname of the bucket endpoint | [optional] |
| KeyFormat | string | KeyFormat defines the format of how to store keys and can reference workflow variables. | [optional] |
| LifecycleRule | IoArgoprojWorkflowV1alpha1OSSLifecycleRule | [optional] | |
| SecretKeySecret | IoK8sApiCoreV1SecretKeySelector | [optional] | |
| SecurityToken | string | SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm | [optional] |
| UseSDKCreds | bool | UseSDKCreds tells the driver to figure out credentials based on sdk defaults. | [optional] |