Lines Matching refs:resumable

127 - XML API resumable uploads now retry on HTTP 429 errors, matching the
128 behavior of JSON API resumable uploads.
256 - All non-streaming downloads are now resumable (and retryable) by default,
310 - Raised the default resumable upload threshold from 2MB to 8MB to
330 - Fixed a bug where non-resumable uploads would include payload in debug output
338 gsutil's internal state files, including resumable transfer tracker files.
355 - Fixed a bug that caused resumable uploads to restart if gsutil was
361 which occasionally caused resumable upload hashes not to catch up properly.
393 - Fixed "File changed during upload: EOF..." errors on XML resumable uploads.
416 - Daisy chain cp/rsync now supports resumable uploads.
539 - Daisy-chain copying does not currently support resumable uploads.
558 - Changes to protect security of resumable upload IDs.
812 - Fixed that noclobber would not resume partial resumable downloads.
815 - Update resumable threshold stated in gsutil help prod.
884 - Changed num_retries default for resumable downloads to 6.
1060 copies to run without buffering to local disk, and to use resumable uploads.
1106 - resumable and one-shot uploads weren't showing response headers
1116 - Added user-agent header to resumable uploads.
1201 - Changed resumable upload threshold from 1 MB to 2 MB.
1263 - Fixed problem where cp -q prevented resumable uploads from being performed.
1281 - Fixed resumable upload boundary condition when handling POST request
1346 - Made change needed to make resumable transfer progress messages not print
1411 - Fixed bug that caused simultaneous resumable downloads of the same source
1455 attempting to hash for generating resumable transfer filename.
1511 - Fixed problem where resumable uploads/downloads of objects with very long
1513 system limits, making it impossible to complete resumable transfers for
1644 - Fixed spec-non-compliant URI construction for resumable uploads.