Unverified Commit 885a0dda authored by Zeng1998's avatar Zeng1998 Committed by GitHub

chore: add size for s3 resource (#1638)

parent 3b76c679
...@@ -184,6 +184,7 @@ func (s *Server) registerResourceRoutes(g *echo.Group) { ...@@ -184,6 +184,7 @@ func (s *Server) registerResourceRoutes(g *echo.Group) {
CreatorID: userID, CreatorID: userID,
Filename: filename, Filename: filename,
Type: filetype, Type: filetype,
Size: size,
ExternalLink: link, ExternalLink: link,
} }
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment