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'