OpenWaterFoundation / owf-tstool-aws-plugin

Open Water Foundation AWS plugin for TSTool
GNU General Public License v3.0
0 stars 0 forks source link

AwsS3 - do not automatically add * to CloudFront invalidations #46

Closed smalers closed 6 months ago

smalers commented 6 months ago

The AwsS3 command was automatically adding * to the CloudFront invalidation paths, given that this generally provides flexibility. However, it was determined that a limit of 15 wildcards is allowed. Consequently, long file lists were hitting the limit. The code needs to not automatically add * and instead the user can specify if necessary.

smalers commented 6 months ago

This change has been made in the 1.5.1 plugin release. Close this issue.