I am using Amazon S3 with CloudFront with your module and overall it's working great. Recently I've started getting the following errors after videos are processed through cron:

user warning: S3::createDistribution(video.URL-removed-files, 1, ''): [TooManyDistributions] Processing your request could cause you to exceed the maximum number of distributions allowed. in /FILEPATH/sites/all/modules/flashvideo/plugins/flashvideo_s3/S3.php on line 835.
Failed to create distribution.

This error seems to be accurate, because when I check my Amazon CloudFront I do have 100 distributions running (which is the max. on Amazon) - all created for the same bucket through FlashVideo. It seems that FlashVideo creates a new distribution every time a file is added. Is this the intended behavior? Should other distributions be terminated when a new distribution is added?