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

@@ -59,6 +59,9 @@ type SessionResponse struct {
// permissions
Permissions map[string][]string `json:"permissions,omitempty"`
// server end point
ServerEndPoint string `json:"serverEndPoint,omitempty"`
// status
// Enum: [ok]
Status string `json:"status,omitempty"`