mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Generate and use access/secret keys properly (#3498)
This commit is contained in:
@@ -268,5 +268,5 @@ func (n *nsLockMap) deleteLockInfoEntryForOps(param nsParam, opsID string) error
|
||||
|
||||
// Return randomly generated string ID
|
||||
func getOpsID() string {
|
||||
return newRequestID()
|
||||
return mustGetRequestID()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user