Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fix copy implementation (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu authored Jun 11, 2019
1 parent 4d7533f commit e8cabd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/copy_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func (c copyImpl) CopyRaw(ctx context.Context, source, destination DataReference
return err
}

rc = ioutils.NewBytesReadCloser(raw)
length = int64(len(raw))
}

Expand Down

0 comments on commit e8cabd2

Please sign in to comment.