Skip to content

v0.1.21

Compare
Choose a tag to compare
@yorinasub17 yorinasub17 released this 01 Oct 14:41
· 474 commits to master since this release
a16b549

Resources affected

  • s3

Description

The nuke routine for s3 has been optimized for memory efficiency. Previously the routine was paging in and storing all objects in the bucket in memory before starting the deletion routine. Now the routine will delete as objects are paged in.

Related links