Site replication support for different accesskey and secretkey in different sites (#2350)
This commit is contained in:
committed by
GitHub
parent
38015b4913
commit
ec3deed38e
@@ -7289,6 +7289,9 @@ func init() {
|
||||
}
|
||||
}
|
||||
},
|
||||
"serverEndPoint": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
@@ -15542,6 +15545,9 @@ func init() {
|
||||
}
|
||||
}
|
||||
},
|
||||
"serverEndPoint": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
||||
@@ -254,6 +254,7 @@ func getSessionResponse(ctx context.Context, session *models.Principal) (*models
|
||||
AllowResources: allowResources,
|
||||
CustomStyles: customStyles,
|
||||
EnvConstants: &envConstants,
|
||||
ServerEndPoint: getMinIOServer(),
|
||||
}
|
||||
return sessionResp, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user