chore: add size for s3 resource (#1638)

pull/1644/head
Zeng1998 2 years ago committed by GitHub
parent 3b76c6792c
commit 885a0ddad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -184,6 +184,7 @@ func (s *Server) registerResourceRoutes(g *echo.Group) {
CreatorID: userID,
Filename: filename,
Type: filetype,
Size: size,
ExternalLink: link,
}
} else {

Loading…
Cancel
Save