mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
we dont need to SetPropertiesAsync on upload
This commit is contained in:
@ -45,7 +45,6 @@ namespace Bit.Core.Services
|
||||
blob.Metadata.Add("cipherId", cipherId.ToString());
|
||||
blob.Metadata.Add("organizationId", organizationId.ToString());
|
||||
blob.Properties.ContentDisposition = $"attachment; filename=\"{attachmentId}\"";
|
||||
await blob.SetPropertiesAsync();
|
||||
await blob.UploadFromStreamAsync(stream);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user