Skip to content

Commit eca6d9f

Browse files
Merge pull request #54 from codecov/spalmurray/minio-auto-create-buckets
fix: Set auto_create_bucket to true
2 parents 7192786 + a78748b commit eca6d9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/codecov.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ services:
2929
minio:
3030
host: minio
3131
port: 9000
32+
auto_create_bucket: true
3233
# If using external storage. Comment above and uncomment below
3334
# host: s3.amazonaws.com or storage.googleapis.com if using GCS
3435
# bucket: <bucket-name>
@@ -37,4 +38,4 @@ services:
3738
# port: 443
3839
# access_key_id: <aws-iam-access-key> # or <gcs-hmac-key> if using GCS
3940
# secret_access_key: <aws-iam-secret> # or <gcs-hmac-secret> if using GCS
40-
# iam_auth: <boolean, default false> # set to true in AWS to attempt to authenticate via Instance role
41+
# iam_auth: <boolean, default false> # set to true in AWS to attempt to authenticate via Instance role

0 commit comments

Comments
 (0)