Uploading large file to StorJ

I was getting segment error while uploading a large file.

I have read the file data in chunks of bytes using the Read method through io.Reader. Now, I need to upload the bytes of data continuously into the StorJ.

Hi Tripti,

Do you have any code snips we can look at?