mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
7de29e6e6b
Use the *credentials.Credentials implementation method *Get* ``` func (c *Credentials) Get() (Value, error) { ``` which also handles auto-refresh, this allows for chaining of various implementations together if necessary or simply initialize with credentials.NewStaticV4(access, secret, token) Co-authored-by: Klaus Post <klauspost@gmail.com>