awslabs / aws-java-nio-spi-for-s3

A Java NIO.2 service provider for Amazon S3
Apache License 2.0
55 stars 19 forks source link

fix: close() call on already closed S3WritableByteChannel (awslabs#453) #454

Closed chbriem closed 2 weeks ago

chbriem commented 2 weeks ago

Issue #, if available: #453

Description of changes: Added a check in the S3WritableByteChannel#close method to prevent another upload attempt.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.