Skip to content

Releases: mlhpdx/s3-upload-stream

Enables using Checksum Algorithm and adds Progress Events

19 Dec 20:31
4da619b
Compare
Choose a tag to compare

What's Changed

  • Enable support for checksum calculation by @mwilde in #7

New Contributors

  • @mwilde made their first contribution in #7

Full Changelog: 1.1.0...1.2.0

Targets .Net Standard 2.0

12 Jul 19:50
79084db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1.0

Improved Flush Logic

12 May 17:53
Compare
Choose a tag to compare

Attempting to flush outside Dispose when less than MIN_PART_SIZE bytes were buffered would cause an error, and now instead is simply a no-op.

Initial Release

17 Jan 05:08
Compare
Choose a tag to compare

Code for S3UploadStream and examples.