Skip to content

Releases: SpectraLogic/ds3_java_cli

v1.2.3

18 Dec 20:45
Compare
Choose a tag to compare

This release include the following changes:

  • Added the system_information command to return version information about the a remote black pearl
  • head_object now prints the metadata information for an object
  • Added the get_job command to retrieve information on a single job
  • Added the delete_folder command to delete a remote folder and any objects contained within it
  • Added put_job command to update the state of a running job
  • Added get_tapes command to retrieve information on all the tapes in a black pearl
  • Added delete_tape to remove a tape from the black pearl inventory (this does not eject a tape)
  • Added a sync option to only put files that are newer than what's already on a remote Black Pearl

v1.1.6

18 May 23:28
Compare
Choose a tag to compare

This release does not include any functional changes to the CLI except for several updates to the CLI's dependencies.

v1.1.5

18 May 20:12
Compare
Choose a tag to compare

This release includes a new logging level trace which will give very detailed logging information. Additional more logging as been added at all logging levels to improve traceability in the cli and to improve debugging.

v1.1.4

12 May 17:32
Compare
Choose a tag to compare
  • Updated to the latest SDK
  • Changed the logging framework so that it is consistent and enables the collection of logging output from the SDK at runtime
  • This change removes the logging warning that existed in the last cli release

v1.1.3

29 Apr 22:22
Compare
Choose a tag to compare

This release fixes a problem where the CLI could not put objects if the port that the DS3 API is on is not a standard HTTP Port.

v1.1.2

21 Apr 21:46
Compare
Choose a tag to compare

This release adds support for:

  • Get Jobs - the get_jobs command will return all currently active jobs on the system
  • Delete Job - the delete_job command will delete a currently active job from the system

v1.1.1

16 Apr 20:56
Compare
Choose a tag to compare

The release includes the following enhancements:

  • The CLI will now exit with a return code of 1 when an API error is encountered, like attempting to create a duplicate bucket. It will also exit with a return code of 2 if there is a non CLI error encountered, like a networking error.
  • The Delete Offline Tape Drive API call has been added as a CLI command delete_tape_drive. The only required argument (besides the standard endpoint, access key, and secret key args) is the -i or --id flag which is used to tell the command which offline tape drive to delete. This is the id, represented as an UUID, of the tape drive.
  • The Delete Offline Tape Partition call has been added as a CLI command delete_tape_partition. The only required argument (besides the standard endpoint, access key, and secret key args) is the -i or --id flag which is used to tell the command which offline tape partition to delete. This is the id, represented as an UUID, of the tape partition.

v1.1.0

14 Apr 17:34
Compare
Choose a tag to compare

This release has been updated to work with Black Pearl Version 1.1. Previous versions of the CLI will not always work with Black Pearl Version 1.1. This version also includes a new mode for outputing JSON formatted data, instead of the default CLI output. To enable JSON formatted output use the command line flag --output-format json

v0.7.5

15 Oct 22:08
Compare
Choose a tag to compare

This release includes the following changes:

  • HTTPS is now used by default. To use standard http use --http
  • An --insecure flag is added which will turn off Certificate Validation when using HTTPS. Note: this will need to be used with black pearl for the time being.
  • Added prefix support to bulk_put. To set the prefix use --prefix to add a prefix. The prefix will appear exactly as it is typed, so if you want to add a directory as a prefix use --prefix new_dir/ Note the slash.

v0.7.4

01 Oct 19:55
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release
Merge pull request #24 from rpmoore/master

v0.7.4