fa58f91bb4
Previously, some data would be discarded if the user pauseed the upload. Pausing causes the connection to be interrupted which makes Go's net/http return an io.ErrUnexpectedEOF. Before https://github.com/tus/tusd/pull/219 from @acj this would not be noticed since data is discarded anyway. However, after this PR, every byte can now be saved on S3 even if we don't have enough data for a multipart upload part. |
||
---|---|---|
.. | ||
calcpartsize_test.go | ||
multi_error.go | ||
s3store.go | ||
s3store_mock_test.go | ||
s3store_test.go | ||
s3store_util_test.go |