Releases: unioslo/tsd-api-client
Releases · unioslo/tsd-api-client
tacl version 3
Version 3 brings new features and many quality of life improvements:
- resumable directory upload
- resumable directory download
- login sessions
- shell completion
- better error messages
- better config management
- pure python implementation for improved portability
- split out tsd-s3cmd to own repo, for maintainability: https://github.com/unioslo/tsd-s3cmd
add tab completion for tacl2 --upload
v2.7.1 replace references to slash with sep variable
resumable directory uploads for tacl2
The new and enhanced cli, tacl2
(still in beta) gained support for resumable directory upload.
tsd-api-client v2.4.1
- Update s3cmd to v2.1.0
Deprecate on-the-fly GPG/AES pipelines
Also makes installation easier.
Bugfixes: resumable upload and downloads
- Users can now initiate resumable upload by referring to files with absolute or relative local paths
- Resumable download works as documented, when providing a
--download-id
tsd-api-client v2.2.2
Bugfix release
- Fix issues with resumables listing and deletion
- Add tacl --version parameter for verifying the installed client version
- Uploading no longer requires write rights to files, read-only files work
- tsd-s3cmd --help now displays help text specific to TSD usage.
- tacl now has basic error handling for requests instead of printing stack traces.
- Added hint that not getting an export token could mean you lack privileges to get one.
Remove requirement for argument order
tacl
no longer requires argument order.
Support alt.api.tsd.usit.no
tacl
can now be used viaalt.api.tsd.usit.no
, available on thefx03
network- some minor UX improvements
tsd-api-client v2.1.0
Feature improvement release
- Support for Unicode and spaces in filenames when importing
- Bugfix for folders breaking
tacl --export-list
Note that the --import $FILENAME
argument now has to be the final argument you pass to tacl
. The help text you get when running tacl --help
has been updated accordingly.