Skip to content

Commit

Permalink
Fixed mis-formatted comma in S3-pipeline-static config (awslabs#709)
Browse files Browse the repository at this point in the history
- Fixed mis-formatted comma in S3-pipeline-static config
  • Loading branch information
jsitu777 authored Apr 25, 2023
1 parent 1ce49e2 commit 5da9b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsconfigs/apps/pipeline-static/s3/config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ artifactRepository:
bucket: $(kfp-artifact-bucket-name),
endpoint: $(kfp-artifact-storage-endpoint),
insecure: false,
keyFormat: "artifacts/{{workflow.name}}/{{workflow.creationTimestamp.Y}}/{{workflow.creationTimestamp.m}}/{{workflow.creationTimestamp.d}}/{{pod.name}}"
keyFormat: "artifacts/{{workflow.name}}/{{workflow.creationTimestamp.Y}}/{{workflow.creationTimestamp.m}}/{{workflow.creationTimestamp.d}}/{{pod.name}}",
accessKeySecret: {
name: mlpipeline-minio-artifact,
key: accesskey
Expand Down

0 comments on commit 5da9b55

Please sign in to comment.