This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Java Storage Client Library 8.6.3
·
17 commits
to legacy-master
since this release
- Added the commitWriteOnInputStreamException option to BlobRequestOptions, which will allow the user to configure whether any data staged through openWrite when using the upload(InputStream, long) method will be committed upon failures in the InputStream.
- Disabled httpsKeepAlive by default as it can introduce some perf issues.