Skip to content

v6.0.0

Pre-release
Pre-release

Choose a tag to compare

@RachelTucker RachelTucker released this 26 May 16:53
f3e69c0

What's Changed

BREAKING CHANGE: Removal of S3 Multipart Upload (MPU) Support

Support for S3-style Multipart Upload (MPU) has been removed in this version of the SDK. Existing integrations using MPU methods (e.g., InitiateMultiPartUpload) will fail and require migration to the DS3 Bulk API.

Migration Path:
Users should transition to using Bulk PUT and Bulk GET jobs, which offer superior performance and scalability on BlackPearl. It is highly recommended to use the high-level HelperInterface in helpersImpl.go to manage these operations.

Full Changelog: v5.8.1...v6.0.0