pgherveou / gulp-awspublish

gulp plugin to publish files to amazon s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync does not allow the deletion of more than 1000 keys/files

rmoskal opened this issue · comments

This was introduced in breaking the 1K file retrieval limit in the latest release (by me :)). The deleteObjects S3 call has a 1K file limit, so the request needs to broken up into 1K chunks.

Something else weird is happening too. I just downgraded back to 4.0.1 because the push kept crashing when trying to delete just two files.

Yes, there is something else very strange happening. Sync works when I run it locally (via npm link or by simply pointing to a relative path on my file system in package.json), but as soon as I use a remote version it does not. It's the darndest thing. I am investigating.