corley / aws-ant-task

Ant task implementation for Amazon Web Services
MIT License
16 stars 14 forks source link

S3Get doesn't close the S3 TransferManager which causes leaked threads #26

Closed jalkjaer closed 10 years ago

jalkjaer commented 10 years ago

When using the S3GetTask from groovy, the JVM will never exit since aws TransferManager creates a daemon thread. Pullreq fixes this (in a slightly clunky way)

wdalmut commented 10 years ago

Thank you so much!