Add put object api and add list object improvements (#356)

This commit is contained in:
Cesar N
2020-10-28 16:08:26 -07:00
committed by GitHub
parent f967058409
commit 24cc60f34e
13 changed files with 993 additions and 147 deletions

View File

@@ -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"`