Skip to content

useStorageSignedUrl

useStorageSignedUrl(bucket, path, expiresIn?): UseQueryResult<null | string, Error>

Hook to create a signed URL

ParameterType
bucketstring
pathnull | string
expiresIn?number

UseQueryResult<null | string, Error>