Skip to content

Releases: unioslo/tsd-api-client

tacl version 3

05 Sep 06:39
Compare
Choose a tag to compare

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

28 Aug 09:22
Compare
Choose a tag to compare
v2.7.1

replace references to slash with sep variable

resumable directory uploads for tacl2

27 Aug 12:59
Compare
Choose a tag to compare

The new and enhanced cli, tacl2 (still in beta) gained support for resumable directory upload.

tsd-api-client v2.4.1

19 Jun 13:53
v2.4.1
7c10c63
Compare
Choose a tag to compare
  • Update s3cmd to v2.1.0

Deprecate on-the-fly GPG/AES pipelines

27 May 18:55
Compare
Choose a tag to compare

Also makes installation easier.

Bugfixes: resumable upload and downloads

27 Apr 11:34
Compare
Choose a tag to compare
  • 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

26 Feb 11:54
v2.2.2
7b26620
Compare
Choose a tag to compare

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

21 Jan 11:50
Compare
Choose a tag to compare

tacl no longer requires argument order.

Support alt.api.tsd.usit.no

16 Jan 12:10
Compare
Choose a tag to compare
  • tacl can now be used via alt.api.tsd.usit.no, available on the fx03 network
  • some minor UX improvements

tsd-api-client v2.1.0

03 Dec 15:20
v2.1.0
Compare
Choose a tag to compare

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.