Releases: SpectraLogic/ds3_java_cli
Releases · SpectraLogic/ds3_java_cli
v0.7.3
v0.7.1
v0.7.0
v0.1.0
This release includes:
- The
delete_bucketcommand can be given an optional flag--forceto delete the bucket and all it's objects. If--forceis not used and objects still exist in the bucket, the delete will fail. - Added
--versionto the command line to view the version and build date. - Made sure all calls to the SDK have corresponding
close()calls. - Added
-rto the command line to specify how many times the CLI will perform a retry when it encounters a 307 redirect. - Added
--verboseto 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_objectcommand. Theget_objectcommand supports specifying a directory that the object should be written to with the-doption. That directory can be specified with relative or absolute paths.
v0.0.4
Adding Pagination Support to get_bucket
v0.0.3 Update build.gradle
Fix Command Line Processing for Single Object Puts
This release includes a fix for single object puts.
Initial Release for Java CLI
v0.0.1 Merge branch 'rpmoore-master'