rclone/amazonclouddrive
Nick Craig-Wood 2ebeed6753 acd: Fix token expiry during large uploads
When rclone is busy doing lots of very long uploads it doesn't refresh
the token. Amazon will fail uploads if they finish when the token is
more than 1 Hour past expiry.

Fix this by keeping track of the number of uploads and refreshing the
token when the token expires if there is an upload in progress.
2016-08-18 17:39:23 +01:00
..
amazonclouddrive_test.go Rename NewFsObject to NewObject 2016-06-28 08:51:57 +01:00
amazonclouddrive.go acd: Fix token expiry during large uploads 2016-08-18 17:39:23 +01:00