storj/pkg
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
..
cfgstruct pkg/provider: with pkg/provider merged, make a single heavy client binary, gateway binary, and deprecate old services (#165) 2018-07-26 08:21:35 -06:00
dht Enable more linters (#272) 2018-08-27 11:28:16 -06:00
eestream eestream: better error reporting when downloads fail (#295) 2018-09-07 10:37:13 -04:00
kademlia Use better test ports (#311) 2018-09-07 12:42:04 +03:00
miniogw move stacktraces to debug level, disable debug by default (#329) 2018-09-09 05:27:09 -06:00
node Use better test ports (#311) 2018-09-07 12:42:04 +03:00
overlay move stacktraces to debug level, disable debug by default (#329) 2018-09-09 05:27:09 -06:00
paths adds Bucket Store (#213) 2018-08-16 10:32:28 -04:00
peertls CA and identity commands (#235) 2018-08-28 00:23:48 +02:00
piecestore Prevent sql injection for farmer (#322) 2018-09-08 11:06:44 -06:00
pointerdb Filter prefix from list results (#328) 2018-09-09 09:34:23 +03:00
pool Enable more linters (#272) 2018-08-27 11:28:16 -06:00
process move stacktraces to debug level, disable debug by default (#329) 2018-09-09 05:27:09 -06:00
provider Implement ListV2 with storage rework (#303) 2018-09-05 19:10:35 +03:00
ranger storage/ec: fix some Get socket leaks (#308) 2018-09-05 10:08:39 -07:00
statdb Enable more linters (#272) 2018-08-27 11:28:16 -06:00
storage CLI commands with bucket store API (#304) 2018-09-09 11:31:26 -06:00
telemetry Enable more linters (#272) 2018-08-27 11:28:16 -06:00
transport TLS Support (#252) 2018-08-23 22:01:03 -06:00
utils move stacktraces to debug level, disable debug by default (#329) 2018-09-09 05:27:09 -06:00