refactor: rename getSignedUrl to getPublicUrl for clarity in storage functions

This commit is contained in:
2026-04-11 20:52:35 -03:00
parent 9d2ce50b26
commit 56a5d77c6c
3 changed files with 3 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import { TypedResult } from '@/utils/types/results';
const storage: StorageProvider = createStorageProvider();
export const getSignedUrl = async (
export const getPublicUrl = async (
key: string,
storageProvider?: StorageProvider
): Promise<TypedResult<string>> => {