Skip to content

Releases: bodylabs/baiji

2.10.0: Add a restore command (#43)

23 Aug 19:23
Compare
Choose a tag to compare
* Add restore command to restore deleted objects in a versioned bucket

* Bump version

* fix lint

* Flush stdout for people who are not using PYTHONUNBUFFERED

* fix lint

Now with cp_many

14 Aug 17:35
Compare
Choose a tag to compare

Allows copying a list of (source_file, dst_file) tuples in one operation and in parallel if desired.

Support versioned s3.open

18 Apr 17:57
Compare
Choose a tag to compare

Added a version_id option for s3.open when downloading a remote file to local temp file. No-ops in all other modes and directions

2.7.2: Fix lint (#38)

17 Apr 12:23
Compare
Choose a tag to compare
* Fix lint
* bump version

S3 Version support

10 Apr 13:41
Compare
Choose a tag to compare

Add S3 Version support for the following commands:

  • ls (as an option used with -l)
  • rm
  • cp
  • info
  • exists

2.6.1: Clarity of error messaging (#35)

27 Mar 14:35
Compare
Choose a tag to compare
* Add more clarity to error messages when the destination doesn't exist

* bump version

2.6.0: Add a --verbose option to the s3 command (#34)

08 Dec 21:33
Compare
Choose a tag to compare
* Add a --verbose option to the s3 command

* bump version

2.5.3: Fix handling of files on s3 with a trailing slash in the name. (#33)

22 Nov 18:24
Compare
Choose a tag to compare
* Fix handling of files on s3 with a trailing slash in the name.

* Speeling error

* bump version

2.5.2

14 Oct 13:48
Compare
Choose a tag to compare
Fix creds from env vars when config files missing (#30)