mirror of
https://github.com/minio/minio-rs.git
synced 2025-12-06 15:26:51 +08:00
This change lets the Client struct take ownership of the Provider trait object so that we are remove the lifetime parameter from the Client. This change simplifies usage of the Client object. Without this it is difficult to pass the Client object to a thread.