Nick Craig-Wood f72eade707 box: Fix upload of > 2GB files on 32 bit platforms
Before this change the Part structure had an int for the Offset and
uploading large files would produce this error

    json: cannot unmarshal number 2147483648 into Go struct field Part.offset of type int

Changing the field to an int64 fixes the problem.
2018-07-31 10:33:55 +01:00
..
2018-07-16 21:20:47 +01:00
2018-07-16 21:20:47 +01:00
2018-07-16 21:20:47 +01:00
2018-07-16 21:20:47 +01:00
2018-07-16 21:20:47 +01:00
2018-07-16 21:20:47 +01:00
2018-07-16 21:20:47 +01:00
2018-07-16 21:20:47 +01:00
2018-07-16 21:20:47 +01:00
2018-07-16 21:20:47 +01:00