You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS S3 listObjectsV2 and deleteObjects do not support more then 1000 items. I am deploying an ionic webapp and use their icon-library ionicons, which adds more then 1300 svg-files to the app. As a result serverless remove fails because only 1000 items gets removed and cloudformation cannot delete the non empty bucket.
I'm going to add a PR as well.
The text was updated successfully, but these errors were encountered:
AWS S3 listObjectsV2 and deleteObjects do not support more then 1000 items. I am deploying an ionic webapp and use their icon-library ionicons, which adds more then 1300 svg-files to the app. As a result serverless remove fails because only 1000 items gets removed and cloudformation cannot delete the non empty bucket.
I'm going to add a PR as well.
The text was updated successfully, but these errors were encountered: