github aminueza/terraform-provider-minio v3.40.1

4 hours ago

Terraform Provider MinIO v3.40.1

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

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

What's Changed

๐Ÿ› Bug Fixes

  • fix(s3): make canned anonymous access policies match what mc writes by @felladrin in #1094

๐Ÿ“– Documentation

  • docs(security): remove the public issue form that claimed to be private by @felladrin in #1090
  • docs(security): drop the reporting fallback now that private reporting is enabled by @felladrin in #1091
  • docs: use absolute URLs for the PR template checklist links by @felladrin in #1096

๐Ÿงช Tests

  • test: stop building expectations from the code under test by @felladrin in #1093
  • test(s3): pin the anonymous public policy to data-access-only actions by @felladrin in #1092
  • test: stop sharing one provider instance across acceptance tests by @felladrin in #1095

Full Changelog: v3.40.0...v3.40.1

Don't miss a new terraform-provider-minio release

NewReleases is sending notifications on new releases.