chore: add size for s3 resource (#1638)

This commit is contained in:
Zeng1998 2023-05-09 08:17:26 +08:00 committed by GitHub
parent 3b76c6792c
commit 885a0ddad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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