diff --git a/docs/content/b2.md b/docs/content/b2.md index d3df2e9a3..dba65b17f 100644 --- a/docs/content/b2.md +++ b/docs/content/b2.md @@ -119,17 +119,11 @@ Rclone doesn't provide any way of managing old versions (downloading them or deleting them) at the moment. When you `purge` a bucket, all the old versions will be deleted. -### Bugs ### - -Note that when uploading a file, rclone has to make a temporary copy -of it in your temp filing system. This is due to a weakness in the B2 -API which I'm hoping will be addressed soon. - ### API ### Here are [some notes I made on the backblaze API](https://gist.github.com/ncw/166dabf352b399f1cc1c) while integrating it with rclone which detail the changes I'd like to see. With a couple of small tweaks Backblaze could enable rclone to not -make a temporary copy of all files and fully support modification -times. +make a temporary copy of files when doing cloud to cloud copies and +fully support modification times.