elementor / wp2static-addon-s3

S3 deployment Add-on for WP2Static
The Unlicense
35 stars 23 forks source link

Selective CloudFront Invalidations #19

Closed john-shaffer closed 4 years ago

john-shaffer commented 4 years ago

Closes #14. If there are only a few files to change (<= cfMaxPathsToInvalidate), we create an invalidation for those paths. If there are more than that, we invalidate the entire distribution.

This branch builds on #16 and #18.