mirror of
https://github.com/pgsty/minio.git
synced 2026-08-05 07:02:04 +03: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.