This commit is contained in:
Rick Olson 2015-02-25 18:05:15 -07:00
parent 80e9855e72
commit b7ec4a78b1

@ -43,12 +43,6 @@ type link struct {
Header map[string]string `json:"header,omitempty"`
}
type UploadRequest struct {
OidPath string
Filename string
CopyCallback CopyCallback
}
func Download(oidPath string) (io.ReadCloser, int64, *WrappedError) {
oid := filepath.Base(oidPath)
req, creds, err := request("GET", oid)