79452784

Date: 2025-02-19 21:12:47
Score: 2
Natty:
Report link

objectName := "avatars/" + string(userId) + fileExtention

fileURL, err := bucket.SignedURL(objectName, &storage.SignedURLOptions{ Method: "GET", Expires: time.Date(2500, time.January, 1, 0, 0, 0, 0, time.UTC), })

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: VICTOR MATEUS DIAS LAMEIRA VAZ