DigitalGlobe / gbdxtools

(Deprecated) Python SDK for using GBDX
MIT License
74 stars 57 forks source link

gbdx.s3.delete needs pagination #783

Closed drwelby closed 4 years ago

drwelby commented 4 years ago

The s3 delete() method only can delete 1000 objects maximum at a time. This should be upgraded to use a paginator to handle buckets with large amounts of objects.