storj/pkg
Cameron ea9f5b4e63
CopyObject (#242)
* add CopyObject method

* use utils.LogClose

* extract common code from GetObject to getObject helper

* remove rr.Range from getObject helper, create helper putObject

* return rr, err in getObject helper

* extract code from PutObject into putObject helper

* remove commented out text

* remove other commented out code

* WIP trying to get storj cp command to work with copyObject

* fix typo in rb and now it works

* use rr.Size() instead of srcInfo.Size

* Revert "WIP trying to get storj cp command to work with copyObject"

This reverts commit e256b9f9a0fda728d41eb5b9d7a98b5446825842.

* add CopyObject test

* rebase and fix merge conflicts

* check error in gateway-storj test

* fix typo
2018-08-29 11:00:05 -04: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 Enable more linters (#272) 2018-08-27 11:28:16 -06:00
kademlia Enable more linters (#272) 2018-08-27 11:28:16 -06:00
miniogw CopyObject (#242) 2018-08-29 11:00:05 -04:00
node Enable more linters (#272) 2018-08-27 11:28:16 -06:00
overlay Enable more linters (#272) 2018-08-27 11:28:16 -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 Add functions for signing and verifying during bandwidth exchange (#246) 2018-08-27 14:35:27 -04:00
pointerdb Enable more linters (#272) 2018-08-27 11:28:16 -06:00
pool Enable more linters (#272) 2018-08-27 11:28:16 -06:00
process Enable more linters (#272) 2018-08-27 11:28:16 -06:00
provider CA and identity commands (#235) 2018-08-28 00:23:48 +02:00
ranger Enable more linters (#272) 2018-08-27 11:28:16 -06:00
statdb Enable more linters (#272) 2018-08-27 11:28:16 -06:00
storage Add functions for signing and verifying during bandwidth exchange (#246) 2018-08-27 14:35:27 -04: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 Enable more linters (#272) 2018-08-27 11:28:16 -06:00