ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.
| Name | Type | Description | Notes |
|---|---|---|---|
| ArchiveLogs | bool | ArchiveLogs indicates if the container logs should be archived | [optional] |
| Artifactory | IoArgoprojWorkflowV1alpha1ArtifactoryArtifact | [optional] | |
| Azure | IoArgoprojWorkflowV1alpha1AzureArtifact | [optional] | |
| Gcs | IoArgoprojWorkflowV1alpha1GCSArtifact | [optional] | |
| Git | IoArgoprojWorkflowV1alpha1GitArtifact | [optional] | |
| Hdfs | IoArgoprojWorkflowV1alpha1HDFSArtifact | [optional] | |
| Http | IoArgoprojWorkflowV1alpha1HTTPArtifact | [optional] | |
| Oss | IoArgoprojWorkflowV1alpha1OSSArtifact | [optional] | |
| Raw | IoArgoprojWorkflowV1alpha1RawArtifact | [optional] | |
| S3 | IoArgoprojWorkflowV1alpha1S3Artifact | [optional] |