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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user