aws / aws-sdk-java-v2

The official AWS SDK for Java - Version 2
Apache License 2.0
2.2k stars 853 forks source link

Handle file upload future completed exceptionally for Java-based TM #5543

Closed davidh44 closed 2 months ago

davidh44 commented 2 months ago

Motivation and Context

During a file upload with the Java-based TransferManager, if an outage occurs and the upload is paused, the resume token is not saved

Modifications

Add a check to see if the upload future was completed exceptionally

Testing

Tested end-to-end locally by shutting off wifi during upload Tests

Screenshots (if appropriate)

Types of changes

Checklist

License

sonarcloud[bot] commented 2 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
75.9% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud