Serve brand assets as static files via /api/files/v1/static instead of S3

Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
Ludovic Vielle
2026-06-09 16:43:59 +02:00
parent c6c35a542e
commit 60435f277b
27 changed files with 125 additions and 241 deletions

View File

@@ -152,7 +152,7 @@ func (s *Service) PutFile(
return *headOutput.ContentLength, nil
}
func (s *Service) GenerateFileUrl(
func (s *Service) GenerateFileURL(
ctx context.Context,
file File,
expiresIn time.Duration,