1
0
mirror of https://github.com/bitwarden/server synced 2025-12-12 06:13:43 +00:00

blob meta data for attachments

This commit is contained in:
Kyle Spearrin
2017-07-10 17:08:50 -04:00
parent c26e679ad9
commit 22f1da8497
4 changed files with 50 additions and 10 deletions

View File

@@ -139,7 +139,7 @@ namespace Bit.Core.Services
}
var attachmentId = Utilities.CoreHelpers.SecureRandomString(32, upper: false, special: false);
await _attachmentStorageService.UploadNewAttachmentAsync(stream, cipher.Id, attachmentId);
await _attachmentStorageService.UploadNewAttachmentAsync(stream, cipher, attachmentId);
try
{