Site replication support for different accesskey and secretkey in different sites (#2350)

This commit is contained in:
Prakash Senthil Vel
2022-10-14 05:41:29 +05:30
committed by GitHub
parent 38015b4913
commit ec3deed38e
11 changed files with 713 additions and 442 deletions

View File

@@ -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": [

View File

@@ -254,6 +254,7 @@ func getSessionResponse(ctx context.Context, session *models.Principal) (*models
AllowResources: allowResources,
CustomStyles: customStyles,
EnvConstants: &envConstants,
ServerEndPoint: getMinIOServer(),
}
return sessionResp, nil
}