Releases: qingstor/qsctl
Releases · qingstor/qsctl
qsctl v1.7.4
1.7.4 - 2017-10-03
Changed
- Use larger BUFFER_SIZE for downloads
Fixed
- Fix bug lead to mkdir conflict in multi threads
qsctl v1.7.3
1.7.3 - 2017-09-28
Added
- Add SectionReader to replace StringIO
Changed
- Use 64M for part size
- Fixed read blocksize to 4M
Fixed
- Improve upload speed on windows platform
qsctl v1.7.2
qsctl v1.7.1
1.7.1 - 2017-09-14
Added
- Add zone options support
- Add tab completion for linux
Changed
- Handle illegal characters in a better way
- Modify current_bucket to variable of class
Fixed
- Fix arg conflict bug
- Fix bug which leads to recursion depth exceeded
qsctl v1.7.0
1.7.0 - 2017-08-11
Added
- Add support for public bucket
- Add multi thread support for upload and download
Changed
- Refactor presign command
- Use independent threads to process output
- Use a separate thread to process the progress bar
- Refactor convert_to_bytes function
- Refactor UploadIDRecoder class
qsctl v1.6.2
qsctl v1.6.1
1.6.1 - 2017-05-23
Changed
- Use class variable to pass options
Fixed
- Fix SSL Warnings with old python versions
- Fix part_numbers is not defined error
- Fix bug that cause presign can't work
qsctl v1.6.0
qsctl v1.5.0
1.5.0 - 2017-04-11
Added
- Add resumimg downloading at break-point
- Add resumimg uploading at break-point
- Handle interrupt signal silently
Fixed
- Fix duplicate output while detecting config file
- Fix pkg_resource error in python 2.6
- Fix cross-platform coding problems