ECS Object Client SDK for Java v3.3.2
- Added DeleteObjectRequest to support object deletion with HTTP pre-condition If-Match/ If-Unmodified-Since. For example, you can avoid lost update between a GET/HEAD and DELETE for the same object with "If-Match:
etag
".