Skip to content

Releases: SpectraLogic/ds3_java_cli

v5.6.0

Choose a tag to compare

@lesserwhirls lesserwhirls released this 21 Sep 19:33

This release includes the following changes:

  • Upgrade to ds3_java_sdk 5.6.2
  • Various 3rd party dependency upgrades

v5.1.4

Choose a tag to compare

@RachelTucker RachelTucker released this 01 Oct 22:11
dae4d09

Improving performance on bulk_get

v5.1.3

Choose a tag to compare

@RachelTucker RachelTucker released this 29 Sep 15:57
955872b

This release contains a bug fix for bulk_get when retrieving objects whose name end in .json.

v5.1.2

Choose a tag to compare

@shabtaisharon shabtaisharon released this 16 Oct 21:26
b7c42c2

This release includes the following changes:

  • Using pagination to retrieve all objects from a tape using get_objects_on_tape command
  • Using pagination to retrieve all objects from a bucket using get_bucket command

v5.1.1

Choose a tag to compare

@shabtaisharon shabtaisharon released this 04 Aug 20:22
b5e8a8d

This release includes the following changes:

  • Fix an issue where Get Bulk Does Not Retrieve all Files Specified by Prefix

v5.1.0

v5.1.0 Pre-release
Pre-release

Choose a tag to compare

@rpmoore rpmoore released this 18 Dec 22:45
687c08d

This release includes the following changes:

  • Updates the Ds3 Java SDK to v5.1.2
  • Fixes a condition when Piping a list of files to the get objects command that could cause it to scan the whole bucket, the CLI now only scans the files piped in
  • Updates Gradle to v6.0.1
  • Increased the precision date time based metadata fields for Posix based systems from milliseconds to na

v5.0.3

Choose a tag to compare

@rpmoore rpmoore released this 24 Apr 17:18
0b8b4c9

This release includes the following changes:

  • Adds an optional --version-ID parameter to the delete_object command to delete a specific version of an object.
  • Adds an optional --all-versions parameter to the delete_object command to delete all the versions of a file
  • Adds a new command get_object_versions which lists all the versions of an object
  • get_tape now reports when it was last verified
  • get_object_on_tape now reports the object's version id
  • DS3 SDK updated to version 5.0.5
  • Corrected some spelling mistakes in the help for some commands

v5.0.2

Choose a tag to compare

@shabtaisharon shabtaisharon released this 20 Feb 21:04
4ccf588

This release includes the following changes:

  • Fixed an issue where Get_Bulk was failing when trying to piped filename with directories

v5.0.1

v5.0.1 Pre-release
Pre-release

Choose a tag to compare

@rpmoore rpmoore released this 19 Jun 19:15
1e2312e

This release includes the following changes:

  • Updates the list versions for objects argument to -sv
  • --versionId was changed to --version-id to be more consistent with other argument names

v5.0.0

v5.0.0 Pre-release
Pre-release

Choose a tag to compare

@rpmoore rpmoore released this 07 Jun 19:05
414f9b1

This release includes the following changes:

  • Adds a list versions command to list all the versions for an object, if versioning is enabled
  • Adds the ability to restore a specific version of an object
  • Updates the BP SDK to 5.0.3