chore: codacy docs

This commit is contained in:
Andrey Melnikov
2021-08-02 15:08:09 -07:00
parent f843074a3f
commit 7235951ec2

View File

@@ -96,7 +96,7 @@ func (s *FileServer) ListFiles(ctx context.Context, req *api.ListFilesRequest) (
}, nil
}
// GetObjectDownloadPresignedUrl returns a downloadable url for a given object
// GetObjectDownloadPresignedURL returns a downloadable url for a given object
func (s *FileServer) GetObjectDownloadPresignedURL(ctx context.Context, req *api.GetObjectPresignedUrlRequest) (*api.GetPresignedUrlResponse, error) {
// TODO resource is workflows for now, should it be something else?
client := getClient(ctx)