mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:54:44 +01:00
ulozto: fix upload of > 2GB files on 32 bit platforms - fixes #7960
This commit is contained in:
parent
b809e71d6f
commit
8e5dd79e4d
@ -163,7 +163,7 @@ type BatchUpdateFilePropertiesRequest struct {
|
|||||||
// SendFilePayloadResponse represents the JSON API object that's received
|
// SendFilePayloadResponse represents the JSON API object that's received
|
||||||
// in response to uploading a file's body to the CDN URL.
|
// in response to uploading a file's body to the CDN URL.
|
||||||
type SendFilePayloadResponse struct {
|
type SendFilePayloadResponse struct {
|
||||||
Size int `json:"size"`
|
Size int64 `json:"size"`
|
||||||
ContentType string `json:"contentType"`
|
ContentType string `json:"contentType"`
|
||||||
Md5 string `json:"md5"`
|
Md5 string `json:"md5"`
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
|
Loading…
Reference in New Issue
Block a user