Skip to content

ECS Object Client SDK for Java v3.4.3

Compare
Choose a tag to compare
@twincitiesguy twincitiesguy released this 08 Aug 14:39
· 42 commits to master since this release
05a2434

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