mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 01:27:17 +00:00
fix: add file key in table
This commit is contained in:
@@ -522,6 +522,7 @@ class FileUploader {
|
||||
fileUploadURLs,
|
||||
encryptedFilePath,
|
||||
await encryptedFile.length(),
|
||||
fileAttributes.key!,
|
||||
);
|
||||
fileObjectKey = await putMultipartFile(fileUploadURLs, encryptedFile);
|
||||
}
|
||||
|
Reference in New Issue
Block a user