sajal / Cloudfront-Purge-Tool

Easily purge (invalidate) files from Amazon Cloudfront, using an intuitive, secure interface.
http://www.cdnplanet.com/tools/cloudfront-purge-tool/
35 stars 5 forks source link

Directory Purge #4

Closed sideshot closed 7 years ago

sideshot commented 7 years ago

If you put a directory, will it delete all assets within it?

aaronpeters commented 7 years ago

AWS doc about purge on Cloudfront: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html To purge all in the /images/ directory, the invalidation path must be /images/*

sideshot commented 7 years ago

gotcha thanks.