Skip to content

Releases: SpectraLogic/ds3_java_cli

v0.7.3

08 Sep 20:08

Choose a tag to compare

This release adds the ability to set the priority and write optimization on a per bulk job basis.

v0.7.1

12 Aug 04:31

Choose a tag to compare

v0.7.1 Pre-release
Pre-release

This version fixes an issue which prevented objects from being sent on PUTs when a 307 redirect was encountered.

v0.7.0

08 Aug 20:12

Choose a tag to compare

v0.7.0 Pre-release
Pre-release
Merge pull request #15 from rpmoore/master

Updating to SDK 0.7.0

v0.1.0

03 Jul 19:10

Choose a tag to compare

This release includes:

  • The delete_bucket command can be given an optional flag --force to delete the bucket and all it's objects. If --force is not used and objects still exist in the bucket, the delete will fail.
  • Added --version to the command line to view the version and build date.
  • Made sure all calls to the SDK have corresponding close() calls.
  • Added -r to the command line to specify how many times the CLI will perform a retry when it encounters a 307 redirect.
  • Added --verbose to print out additional information while the CLI is executing. This will also print out more verbose error information.
  • Fixed several pathing issues when attempting to use absolute paths on Windows for put_object
  • Fixed some pathing issues with the get_object command. The get_object command supports specifying a directory that the object should be written to with the -d option. That directory can be specified with relative or absolute paths.

v0.0.4

20 Jun 17:15

Choose a tag to compare

This release includes:

  • Bug fix for improper handling of absolute path on get_bulk
  • Modified the put_bulk to create the bucket specified from the command line if it does not exist
  • Added detection for the http_proxy environment variable

Adding Pagination Support to get_bucket

28 May 18:28

Choose a tag to compare

v0.0.3

Update build.gradle

Fix Command Line Processing for Single Object Puts

27 May 17:12

Choose a tag to compare

This release includes a fix for single object puts.

Initial Release for Java CLI

23 May 19:55

Choose a tag to compare

v0.0.1

Merge branch 'rpmoore-master'