mllrsohn / grunt-invalidate-cloudfront

Sends a invalidation request to amazon cloudfront
MIT License
26 stars 13 forks source link

Allow invalidation requests containing more than 1,000 files. #8

Closed gh2k closed 10 years ago

gh2k commented 10 years ago

Currently EC2 doesn't allow you to have more than 1,000 requests per invalidation or have more than three invalidation requests running at once. This causes problems when you're dealing with large numbers of files.

This patch batches up the files into groups of 1,000 and only allows three to be submitted at once.

steffenmllr commented 10 years ago

Thanks for your PR, published to npm as 0.1.5