Releases: SpectraLogic/ds3_java_cli
Releases · SpectraLogic/ds3_java_cli
v5.6.0
v5.1.4
Improving performance on bulk_get
v5.1.3
This release contains a bug fix for bulk_get when retrieving objects whose name end in .json
.
v5.1.2
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
This release includes the following changes:
- Fix an issue where Get Bulk Does Not Retrieve all Files Specified by Prefix
v5.1.0
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
This release includes the following changes:
- Adds an optional
--version-ID
parameter to thedelete_object
command to delete a specific version of an object. - Adds an optional
--all-versions
parameter to thedelete_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 verifiedget_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
This release includes the following changes:
- Fixed an issue where Get_Bulk was failing when trying to piped filename with directories