Skip to content

Releases: UpCloudLtd/terraform-provider-objsto

v0.4.1

06 May 11:51
685442b

Choose a tag to compare

Fixed

  • objsto_bucket_lifecycle_configuration: if filter data is missing from the API response when reading the lifecycle configuration, add a warning to diagnostics and set filter object to null to avoid value conversion error. This happens if the lifecycle configuration was created with a deprecated version of the API (PutBucketLifecycle).

v0.4.0

23 Apr 13:03
c11e2d8

Choose a tag to compare

Added:

  • objsto_bucket_lifecycle_configuration: expired_object_delete_marker attribute in expiration block for setting automatic deletion of expired object delete markers.

v0.3.0

18 Mar 08:41
50965af

Choose a tag to compare

Added:

  • objsto_bucket_versioning resource for configuring bucket versioning settings.
  • objsto_object: version_id attribute to store the version ID of the object.

v0.2.2

15 Jan 10:59
9008ffc

Choose a tag to compare

Fixed

  • objsto_bucket_policy: when comparing policy documents, treat wildcard Principal value ("*") as equal to {"AWS": ["*"]}.
  • objsto_bucket_policy: when comparing policy documents, treat string value in Principal field as equal to list containing that string as its only item, e.g. {"AWS": "*"} vs. {"AWS": ["*"]}.

v0.2.1

25 Nov 15:42
7a6fcb4

Choose a tag to compare

Fixed

  • objsto_bucket_policy: when comparing policy documents, treat string value in Action field as equal to list containing that string as its only item, e.g. "s3:PutObject" vs. ["s3:PutObject"].

v0.2.0

17 Dec 14:13
db4decb

Choose a tag to compare

Added

  • objsto_bucket_cors_configuration resource for configuring CORS settings for buckets.

v0.1.1

03 Dec 22:15
b8ef253

Choose a tag to compare

Fixed

  • objsto_bucket_policy: when comparing policy documents, ignore statement action order because Minio returns actions in inconsistent order.

v0.1.0

03 Dec 20:26
2d44f52

Choose a tag to compare

Added

  • Minimal implementation of bucket, bucket policy, bucket lifecycle configuration, and object resources.