Skip to content

ECS Object Client SDK for Java v3.4.1

Compare
Choose a tag to compare
@twincitiesguy twincitiesguy released this 26 Apr 15:19
· 49 commits to master since this release
fcdce24
  • Enhanced LargeFileUploader to support resumable Multipart Upload.
    • Incomplete MPU can be resumed with LargeFileUploaderResumeContext.
    • Async version of upload method is added to allows pausing or aborting the upload in the middle.
    • Object data is now capable of stream in parallel through LargeFileMultipartSource interface.
  • Added support for Object Tagging.
  • Added support for object-level SSE-S3 (server-side encryption with server-managed keys).
  • Added support for Bucket Policy deletion.
  • ObjectConfig.connectTimeout is now effective for Apache HTTP Client.
  • Upgraded Smart Client to 2.4.0.