This looks like the same issue as with #217. However it doesn't happen with small files (a few k), but with 60mb files gsutil is trying to use a resumable upload (I guess)
Any ideas on how to work around this, I looked at the examples (thanks for those) but didn't see any other flags to try
% gsutil -o "Credentials:gs_json_host=127.0.0.1" -o "Credentials:gs_json_port=4443" -o "Boto:https_validate_certificates=False" cp doc.pdf gs://foo/doc.pdf
Copying file://doc.pdf [Content-Type=application/pdf]...
Caught ResumableUploadStartOverException for upload of file://doc.pdf.
Checking that bucket foo exists before retrying upload...
Deleted tracker file /Users/r/.gsutil/tracker-files/upload_TRACKER_64296f5c8aca03a9aadf46aafd470c1745e232ad.oc.pdf__JSON.url for resumable upload of file://doc.pdf before retrying.
Restarting upload of file://doc.pdf from scratch (retry #1) after exception indicating we need to start over with a new resumable upload ID: ResumableUploadStartOverException: 404 Not Found
This looks like the same issue as with #217. However it doesn't happen with small files (a few k), but with 60mb files gsutil is trying to use a resumable upload (I guess)
Any ideas on how to work around this, I looked at the examples (thanks for those) but didn't see any other flags to try
% gsutil -o "Credentials:gs_json_host=127.0.0.1" -o "Credentials:gs_json_port=4443" -o "Boto:https_validate_certificates=False" cp doc.pdf gs://foo/doc.pdf
Copying file://doc.pdf [Content-Type=application/pdf]...
Caught ResumableUploadStartOverException for upload of file://doc.pdf.
Checking that bucket foo exists before retrying upload...
Deleted tracker file /Users/r/.gsutil/tracker-files/upload_TRACKER_64296f5c8aca03a9aadf46aafd470c1745e232ad.oc.pdf__JSON.url for resumable upload of file://doc.pdf before retrying.
Restarting upload of file://doc.pdf from scratch (retry #1) after exception indicating we need to start over with a new resumable upload ID: ResumableUploadStartOverException: 404 Not Found