Skip to content

Commit

Permalink
docs: Use keyFormat instead of keyPrefix in docs (argoproj#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalasek committed May 11, 2020
1 parent 60d5fdc commit 46b11e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configure-artifact-repository.md
Expand Up @@ -202,7 +202,7 @@ data:
artifactRepository: |
s3:
bucket: my-bucket
keyPrefix: prefix/in/bucket #optional
keyFormat: prefix/in/bucket #optional
endpoint: my-minio-endpoint.default:9000 #AWS => s3.amazonaws.com; GCS => storage.googleapis.com
insecure: true #omit for S3/GCS. Needed when minio runs without TLS
accessKeySecret: #omit if accessing via AWS IAM
Expand All @@ -215,7 +215,7 @@ data:
```

The secrets are retrieved from the namespace you use to run your workflows. Note
that you can specify a `keyPrefix`.
that you can specify a `keyFormat`.

## Google Cloud Storage (GCS)

Expand Down

0 comments on commit 46b11e1

Please sign in to comment.