Skip to content

Commit

Permalink
Enable secure connection in minio config for S3 integration (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrkharse authored May 25, 2022
1 parent 9b5ed89 commit 03ae2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsconfigs/apps/pipeline/s3/config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ artifactRepository:
bucket: $(kfp-artifact-bucket-name),
keyPrefix: artifacts,
endpoint: s3.amazonaws.com,
insecure: true,
insecure: false,
accessKeySecret: {
name: mlpipeline-minio-artifact,
key: accesskey
Expand Down

0 comments on commit 03ae2f7

Please sign in to comment.