TransferOptions now includes SeekInputStreamAutomatically, which defaults to true. When true this option will automatically seek the given input stream for uploads to the correct offset, which is the same behavior that's always been present.
Setting SeekInputStreamAutomatically to false won't seek, and whatever is supplying the input stream will need to seek itself, using the new offset value added in #765
TransferOptions
now includesSeekInputStreamAutomatically
, which defaults to true. When true this option will automatically seek the given input stream for uploads to the correct offset, which is the same behavior that's always been present.Setting
SeekInputStreamAutomatically
to false won't seek, and whatever is supplying the input stream will need to seek itself, using the new offset value added in #765