mirror of
https://github.com/bitwarden/server.git
synced 2025-04-11 08:08:14 -05:00
we dont need to SetPropertiesAsync on upload
This commit is contained in:
parent
7c36984609
commit
a9195942fd
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user