Add put object api and add list object improvements (#356)
This commit is contained in:
@@ -65,6 +65,9 @@ type BucketObject struct {
|
||||
// size
|
||||
Size int64 `json:"size,omitempty"`
|
||||
|
||||
// tags
|
||||
Tags map[string]string `json:"tags,omitempty"`
|
||||
|
||||
// user tags
|
||||
UserTags map[string]string `json:"user_tags,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user