Skip to content

Commit

Permalink
fix(artifacts): fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Peixuan Ding <dingpeixuan911@gmail.com>
  • Loading branch information
dinever committed Apr 13, 2021
1 parent 5f8b66f commit 843df46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/artifacts/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (s3Driver *ArtifactDriver) Save(path string, outputArtifact *wfv1.Artifact)
return err
}

// loadS3Artifact uploads artifacts to an S3 compliant storage
// saveS3Artifact uploads artifacts to an S3 compliant storage
// returns true if the upload is completed or can't be retried (non-transient error)
// returns false if it can be retried (transient error)
func saveS3Artifact(s3cli argos3.S3Client, path string, outputArtifact *wfv1.Artifact) (bool, error) {
Expand Down

0 comments on commit 843df46

Please sign in to comment.