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
fix(storage): paginate S3 prefix deletes and guard empty prefix
DeleteObjectsWithPrefix listed only the first ListObjectsV2 page (max
1000 keys), silently leaving any further objects undeleted; walk all
pages, deleting each batch (<=1000 keys). Also reject an empty prefix,
which would otherwise delete the whole bucket.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments