rclone/backend/box
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
..
api box: Fix upload of > 2GB files on 32 bit platforms 2018-07-31 10:33:55 +01:00
box_test.go Make integration tests use go1.7+ nested tests #2154 2018-04-08 15:04:14 +01:00
box.go Implement new backend config system 2018-07-16 21:20:47 +01:00
upload.go box: improve accounting for chunked uploads 2018-02-02 15:14:41 +00:00