From b9257fd6ff8adf1e02a099391af899687ab97444 Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Wed, 4 Aug 2021 10:23:37 +0200 Subject: [PATCH] TASK: Amend configuration with default "unpublishResources: true" This belongs to the "support skipping unpublishing of resources" change. --- Classes/S3Target.php | 2 +- Configuration/Settings.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Classes/S3Target.php b/Classes/S3Target.php index d24a701..bfb2192 100644 --- a/Classes/S3Target.php +++ b/Classes/S3Target.php @@ -65,7 +65,7 @@ class S3Target implements TargetInterface protected $baseUri; /** - * if TRUE (default), resources which are not anymore part of the storage will be removed + * If TRUE (default), resources which are not anymore part of the storage will be removed * from the target as well. If set to FALSE, your target will only ever grow, never shrink. * * @var boolean diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index 716f8c9..d8afc3c 100644 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -10,6 +10,10 @@ Flownative: # To access these objects use SignedCookie or SignedURL method in combination with AWS CloudFront acl: 'public-read' + # If true (default), resources which are not anymore part of the storage will be removed + # from the target as well. If set to false, your target will only ever grow, never shrink. + unpublishResources: true + # Select the API version to use version: '2006-03-01'