fix: add file key in table

This commit is contained in:
Prateek Sunal
2024-04-10 22:50:02 +05:30
parent 5e3805b7bb
commit 3a8b737968
3 changed files with 33 additions and 2 deletions

View File

@@ -522,6 +522,7 @@ class FileUploader {
fileUploadURLs,
encryptedFilePath,
await encryptedFile.length(),
fileAttributes.key!,
);
fileObjectKey = await putMultipartFile(fileUploadURLs, encryptedFile);
}