-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Improve the Golang Minio BenchFlow client the same way as it is the Java version of the same, i.e., exposing interfaces for the different interactions we have with the client (e.g., abstracting https://github.com/benchflow/data-analyses-scheduler/blob/5dbb3c7d82253f2828446a0b4549fdfb55f3804d/src/cloud/benchflow/data-analyses-scheduler/config/configFromMinio.go#L11)
Moreover it should rely on the hashing library for the hashing functions. E.g., the following function should be obtained using the hashing library: https://github.com/benchflow/commons/blob/dev/minio/go/src/cloud/benchflow/commons/minio/minio.go#L51