Skip to content

ECS Object Client SDK for Java v3.3.2

Compare
Choose a tag to compare
@xiaoxin-ren xiaoxin-ren released this 23 Sep 19:47
· 135 commits to master since this release
2343653
  • 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".