We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459f96d commit f036b51Copy full SHA for f036b51
1 file changed
src/Ramstack.FileSystem.Amazon/S3UploadStream.cs
@@ -22,7 +22,7 @@ internal sealed class S3UploadStream : Stream
22
private readonly FileStream _stream;
23
private readonly List<PartETag> _partETags;
24
25
- private volatile int _disposed;
+ private int _disposed;
26
27
/// <inheritdoc />
28
public override bool CanRead => false;
0 commit comments