Skip to content

v3.28.1

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Mar 22:16
526173d

Terraform Provider MinIO v3.28.1

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.28.1"
    }
  }
}

What's Changed

Other Changes

  • fix(bucket): handle eventual consistency race conditions in bucket creation by @felladrin in #840

Full Changelog: v3.28.0...v3.28.1