storj/cmd
Cameron 555e7f1897 CLI commands with bucket store API (#304)
* add mb command

* forgot colon

* add command descriptions

* use utils.ParseURL in commands

* return error message instead of minio.BucketAlreadyExists in mb

* ls command with bucket store functionality

* rb command with bucket store functionality

* rm command with bucket store functionality

* newline

* use print rather than errs for messages, add no buckets messsage

* cp command with bucket store functionality

* remove deprecated getStorjObjects function

* defer utils.LogClose(f) on instead of defer f.Close()

* Check for no buckets after for loop

* add checks for unspecified bucket in bucket store methods

* fix incorrect return types

* add no path error messages in object store methods

* split copy into helpers

* srcObj scheme check in download

* print buckets instead of appending to slice

* check if destObj.Host != srcObj.Host

* better method of handling destination name if not specified

* uplink rename

* final cleanups

* trailing slash fixes

* linting

* more linting

* helpful error messages

* Adjust startAfter after merging #328

* Improve output messages

* Improved error check for empty bucket and path

* No page limit on client side. Rely on server side limit.

* Better time formatting

* Fix paths in recursive list results
2018-09-09 11:31:26 -06:00
..
captplanet miniogw: simplify output (#330) 2018-09-08 12:53:52 -06:00
identity Reduce linter concurrency (#297) 2018-08-28 18:00:18 +03:00
overlay Enable more linters (#272) 2018-08-27 11:28:16 -06:00
satellite Normalize the Docker Bits (#325) 2018-09-07 15:46:08 -04:00
statdb rename farmers to storagenode (#275) 2018-08-24 21:52:58 -04:00
storagenode Normalize the Docker Bits (#325) 2018-09-07 15:46:08 -04:00
uplink CLI commands with bucket store API (#304) 2018-09-09 11:31:26 -06:00