mirror of
https://github.com/minio/minio.git
synced 2025-01-24 13:13:16 -05:00
0913eb6655
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.