From 810018dfdb184a4cb7d7f8542666e8e1ef8db815 Mon Sep 17 00:00:00 2001 From: Knappek Date: Fri, 24 Jan 2025 08:20:15 +0100 Subject: [PATCH] incorporate bucket versioning feature See: https://github.com/ricsanfre/ansible-role-minio/pull/25 --- .../platform-automation-toolkit/opinionated-not-nested.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/var-examples/tanzu/platform-automation-toolkit/opinionated-not-nested.yml b/var-examples/tanzu/platform-automation-toolkit/opinionated-not-nested.yml index 6fe2fd4..adb447f 100644 --- a/var-examples/tanzu/platform-automation-toolkit/opinionated-not-nested.yml +++ b/var-examples/tanzu/platform-automation-toolkit/opinionated-not-nested.yml @@ -54,13 +54,13 @@ opinionated: memory_in_mb: 4096 cpus: 2 disk_size_in_gb: 100 - # buckets are not created with versioning enabled. If that is a requirement, then you need to configure it manually afterwards - # Platform Automation Toolkit recommends enabling versioning: https://docs.vmware.com/en/Platform-Automation-Toolkit-for-VMware-Tanzu/5.2/vmware-automation-toolkit/GUID-docs-how-to-guides-setting-up-s3.html#object-versions buckets: - name: products policy: read-write + versioning: enabled - name: foundation-state policy: read-write + versioning: enabled ##################################################################### ### No need to edit below this line for an opinionated deployment ###