GoogleCloudPlatform / GoogleCloudPlatform/gsutil
gsutil rsync from gs:// to s3:// fails without retrying
Open
- Dominant language
- Python
- Stars
- 918
- Forks
- 335
- PR merge metrics
- No merged PRs in 30d
Description
When ``gsutil rsync`` happens in "daisy chain" mode, looks like retries do not happen on any level. Neither of components involved in copying have retry enabled during copy:
- DaisyChainWrapper's StartDownloadThread
- boto translation's UploadObjectResumable for s3 destinations
- gcs_json_api's GetObjectMedia
Contributor guide
Assessment
This issue has not been assessed yet.