djchapm
djchapm
I have an implementation that works, but I can't figure out what is taking so long once I mark the stream complete. I have a TransferListener hooked up and there...
Having some random failures etc... and some slowness in completing uploads. I uploaded a java test project and created issue: https://github.com/awslabs/aws-c-s3/issues/317 @zoewangg Would be cool if you could check the...
Yea - we're uploading metadata/indicators to our files based on what's been processed in the file for disaster recovery scenarios in streaming. Those indicators are typically cumulative counts or 'last...
~~Opened Feature Request to support using this feature via an java.io.OutputStream implementation by opening access to BlockingOutputStreamAsyncRequestBody: https://github.com/aws/aws-sdk-java-v2/issues/4119~~ My bad... it is open.
Hey @zoewangg - I can confirm that this is working. I've done several rounds of testing with streaming to S3OutputStream of up to 17Gigs in size. Potential drawback for some...
This would also be helpful if you're the client of a spring boot app and trying to override one of the properties delivered with the app using -Dspring.config.additional-location to null...
Update?