correctly fetch remote data
This commit is contained in:
parent
5352c7b828
commit
7ec2db4006
@ -98,7 +98,7 @@ export const uploadToRemote = async (
|
|||||||
ContentType: contentType,
|
ContentType: contentType,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
return await getRemoteMeta(s3Client, s3Config, fileOrFolderPath);
|
return await getRemoteMeta(s3Client, s3Config, uploadFile);
|
||||||
} else {
|
} else {
|
||||||
// file
|
// file
|
||||||
// we ignore isRecursively parameter here
|
// we ignore isRecursively parameter here
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user