I am using Java 8 and trying to upload a 1 Gb file on a local MinIO server. Here is the amount of time it took for each of the following methods: ``` MinIO Java SDK: 17s AWS Java SDK: 11s AWS Java SDK(with Transfer Manager): 7s mc client: 3.5s ``` I wonder what makes MinIO SDK slower and how can I improve the speed.