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
s3.ListObjects only returns the first 1000 objects in a bucket so, when we run cloudexec clean, we only delete the first 1000 files from each bucket.
Cloudexec should handle pagination while cleaning buckets by getting 1000 objects, deleting them, getting 1000 more, etc until the bucket is entirely empty.
The text was updated successfully, but these errors were encountered:
s3.ListObjects
only returns the first 1000 objects in a bucket so, when we runcloudexec clean
, we only delete the first 1000 files from each bucket.Cloudexec should handle pagination while cleaning buckets by getting 1000 objects, deleting them, getting 1000 more, etc until the bucket is entirely empty.
The text was updated successfully, but these errors were encountered: