diff --git a/service/object/object.go b/service/object/object.go index 8e96d99..cea76f2 100644 --- a/service/object/object.go +++ b/service/object/object.go @@ -175,7 +175,7 @@ func (o *Object) Validate() error { ) } - if len(o.Tags) > 5 { + if len(o.Tags) > 25 { return wrapError(ErrInvalidObject, "too many tags") }