ECS Object Client SDK for Java v3.4.3
Fixed bug where the following conditions may lead to writing a corrupt (partially written) object:
- An object is written from a source InputStream
- An IOException occurs while writing this object data
- Retries are enabled (true by default)
- A similar exception occors again during all retries