v2.0.0
What's Changed
- refactor multiprocess mode by @peng225 in #68
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.2 to 1.42.0 by @dependabot in #69
- restructure the logic around the multipart upload by @peng225 in #73
- BREAKING: The meaning of "the number of uploaded parts" in the execution report has been changed.
- Before: the number of uploaded parts by multipart upload
- After: the number of uploaded parts by multipart upload + the number of single put requests
- BREAKING: The meaning of "the number of uploaded parts" in the execution report has been changed.
- Bump github.com/aws/aws-sdk-go-v2/config from 1.19.0 to 1.22.0 by @dependabot in #72
- change the module hierarchy by @peng225 in #74
- change the matrix parameter by @peng225 in #75
- update command execution example in README by @peng225 in #76
Full Changelog: v1.2.1...v2.0.0