Move tier status logic to backend (#2418)

This commit is contained in:
jinapurapu
2022-10-31 12:25:59 -07:00
committed by GitHub
parent a2745c687e
commit 0ae1ace8fe
5 changed files with 43 additions and 44 deletions

View File

@@ -49,6 +49,9 @@ type Tier struct {
// s3
S3 *TierS3 `json:"s3,omitempty"`
// status
Status bool `json:"status,omitempty"`
// type
// Enum: [s3 gcs azure minio unsupported]
Type string `json:"type,omitempty"`