UPDATE: try fix move s3
All checks were successful
Build and Release / release (push) Successful in 1m2s

This commit is contained in:
2026-04-09 15:58:12 +07:00
parent e6f3ecc0a5
commit d98a462f5c

View File

@@ -384,7 +384,7 @@ func (m *mediaService) PreSignedCompleted(ctx context.Context, userId string, dt
)
if err != nil {
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to move file to final destination")
return nil, fiber.NewError(fiber.StatusInternalServerError, err.Error())
}
media, err := m.mediaRepo.Create(ctx, sqlc.CreateMediaParams{