feat: introduce fal cdn v3 with storage API (#106)
This commit is contained in:
parent
840a305dfa
commit
bc8e9ac19f
@ -66,7 +66,8 @@ async function initiateUpload(
|
|||||||
file.name || `${Date.now()}.${getExtensionFromContentType(contentType)}`;
|
file.name || `${Date.now()}.${getExtensionFromContentType(contentType)}`;
|
||||||
return await dispatchRequest<InitiateUploadData, InitiateUploadResult>({
|
return await dispatchRequest<InitiateUploadData, InitiateUploadResult>({
|
||||||
method: "POST",
|
method: "POST",
|
||||||
targetUrl: `${getRestApiUrl()}/storage/upload/initiate`,
|
// NOTE: We want to test V3 without making it the default at the API level
|
||||||
|
targetUrl: `${getRestApiUrl()}/storage/upload/initiate?storage_type=fal-cdn-v3`,
|
||||||
input: {
|
input: {
|
||||||
content_type: contentType,
|
content_type: contentType,
|
||||||
file_name: filename,
|
file_name: filename,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user