XL/Multipart: Introduce "deleted" field for uploads.json (#1810)

To future proof backend in case #1805 becomes an issue.
master
Krishna Srinivas 9 years ago committed by Harshavardhana
parent 22511dc4c7
commit 89f65333fb
  1. 1
      xl-v1-multipart-common.go

@ -30,6 +30,7 @@ import (
// uploadInfo -
type uploadInfo struct {
UploadID string `json:"uploadId"`
Deleted bool `json:"deleted"` // Currently unused.
Initiated time.Time `json:"initiated"`
}

Loading…
Cancel
Save