Skip to content

Commit

Permalink
docs(workflow/artifacts/gcs): correct spelling of BUCKET (argoproj#9082)
Browse files Browse the repository at this point in the history
* docs(workflow/artifacts/gcs): correct spelling of BUCKET

Signed-off-by: Mark Shields <4237425+beejiujitsu@users.noreply.github.com>

* docs: add to Organizations Using Argo

Signed-off-by: Mark Shields <4237425+beejiujitsu@users.noreply.github.com>
  • Loading branch information
beejiujitsu authored Jun 30, 2022
1 parent 61211f9 commit f69cb89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Currently, the following organizations are **officially** using Argo Workflows:
1. [DLR](https://www.dlr.de/eoc/)
1. [Dyno Therapeutics](https://dynotx.com)
1. [EBSCO Information Services](https://www.ebsco.com/)
1. [Enso Finance](https://enso.finance/)
1. [Equinor](https://www.equinor.com/)
1. [Fairwinds](https://fairwinds.com/)
1. [FOLIO](http://corp.folio-sec.com/)
Expand Down
2 changes: 1 addition & 1 deletion workflow/artifacts/gcs/gcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ func (g *ArtifactDriver) ListObjects(artifact *wfv1.Artifact) ([]string, error)
var files []string
err := waitutil.Backoff(defaultRetry,
func() (bool, error) {
log.Infof("GCS List bucekt: %s, key: %s", artifact.GCS.Bucket, artifact.GCS.Key)
log.Infof("GCS List bucket: %s, key: %s", artifact.GCS.Bucket, artifact.GCS.Key)
client, err := g.newGCSClient()
if err != nil {
log.Warnf("Failed to create new GCS client: %v", err)
Expand Down

0 comments on commit f69cb89

Please sign in to comment.