use 80% less memory when importing from a versioned S3 bucket
authorJoey Hess <joeyh@joeyh.name>
Fri, 15 Nov 2024 18:19:02 +0000 (14:19 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 15 Nov 2024 18:19:17 +0000 (14:19 -0400)
commitdc5bf24823d78c59d06a9e855d157f04b80bb0a8
tree78267d8b04f6de37a253b0c442e3894588736d14
parenteb714c107ba81d805458c770db8d4f22ae12a077
use 80% less memory when importing from a versioned S3 bucket

Same idea as commit eb714c107ba81d805458c770db8d4f22ae12a077, but even
better, because a lot of the response is DeleteMarker, that can be garbage
collected now.
CHANGELOG
Remote/S3.hs