rclone/amazonclouddrive
Nick Craig-Wood 4f9e805d44 acd: Work around 408 REQUEST_TIMEOUT and 504 GATEWAY_TIMEOUT errors
Amazon Drive sometimes returns errors at the end of large uploads

  * 408 REQUEST_TIMEOUT
  * 504 GATEWAY_TIMEOUT
  * 500 Internal error

The file may have been uploaded correctly though, so, on error, wait
for up to 2 minutes for it to appear if it was fully
uploaded (configure timeout with --acd-upload-wait-time).

Issues: #601 #605 #606
2016-08-18 17:39:23 +01:00
..
amazonclouddrive.go acd: Work around 408 REQUEST_TIMEOUT and 504 GATEWAY_TIMEOUT errors 2016-08-18 17:39:23 +01:00
amazonclouddrive_test.go Rename NewFsObject to NewObject 2016-06-28 08:51:57 +01:00