storj/pkg/miniogw
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
..
logging Enable more linters (#272) 2018-08-27 11:28:16 -06:00
config.go Add functions for signing and verifying during bandwidth exchange (#246) 2018-08-27 14:35:27 -04:00
gateway-storj_test.go CopyObject (#242) 2018-08-29 11:00:05 -04:00
gateway-storj.go CopyObject (#242) 2018-08-29 11:00:05 -04:00
objstore_mock_test.go Cleanup metadata across layers (#180) 2018-07-30 21:57:50 +03:00