Skip to content

Commit

Permalink
docs: Add notes on artifact streaming (#11863)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
  • Loading branch information
terrytangyuan authored Sep 23, 2023
1 parent 148d97a commit d0588ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/configure-artifact-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,3 +554,12 @@ configuring the default artifact repository described previously.
command: [sh, -c]
args: ["cp -r /my-input-artifact /my-output-artifact"]
```

## Artifact Streaming

With artifact streaming, artifacts don’t need to be saved to disk first. Artifact streaming is only supported in the following
artifact drivers: S3 (v3.4+), Azure Blob (v3.4+), HTTP (v3.5+), and Artifactory (v3.5+).

Previously, when a user would click the button to download an artifact in the UI, the artifact would need to be written to the
Argo Server’s disk first before downloading. If many users tried to download simultaneously, they would take up
disk space and fail the download.

0 comments on commit d0588ea

Please sign in to comment.