Why i get error `the following other types implement trait `Handler`
I’m using axum rust to implement api that receive a file and put it into minio, the concept is all about stream, no get actual bytes array. I’m using https://crates.io/crates/minio