mirror of
https://github.com/minio/minio.git
synced 2025-03-23 22:14:14 -04:00
Up until now `InitializeProvider` method of `Config` struct was implemented on a value receiver which is why changes on `provider` field where never reflected to method callers. In order to fix this issue, the method was implemented on a pointer receiver.