Skip to content

Commit

Permalink
TASK: Amend configuration with default "unpublishResources: true"
Browse files Browse the repository at this point in the history
This belongs to the "support skipping unpublishing of resources"
change.
  • Loading branch information
kdambekalns committed Aug 4, 2021
1 parent 4d582a0 commit b9257fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/S3Target.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit b9257fd

Please sign in to comment.