mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Generate and use access/secret keys properly (#3498)
This commit is contained in:
@@ -103,8 +103,8 @@ func updateCredsOnPeers(creds credential) map[string]error {
|
||||
|
||||
// Initialize client
|
||||
client := newAuthClient(&authConfig{
|
||||
accessKey: serverConfig.GetCredential().AccessKeyID,
|
||||
secretKey: serverConfig.GetCredential().SecretAccessKey,
|
||||
accessKey: serverConfig.GetCredential().AccessKey,
|
||||
secretKey: serverConfig.GetCredential().SecretKey,
|
||||
address: peers[ix],
|
||||
secureConn: isSSL(),
|
||||
path: path.Join(reservedBucket, browserPeerPath),
|
||||
|
||||
Reference in New Issue
Block a user