mirror of
https://github.com/minio/minio.git
synced 2025-02-11 13:48:10 -05:00
On objects bigger than 100MiB can have a corrupted object stored due to partial blockListing attempted right after each blocks uploaded. Simplify this code to ensure that all the blocks successfully uploaded are committed right away. This PR also updates the azure-sdk-go to latest release.