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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user