rclone/backend/b2
Nick Craig-Wood f3e982d3bf azureblob,b2,gcs,qingstor,s3,swift: Don't check for bucket/container presense if listing was OK
In a typical rclone copy to a bucket/container based remote, before
this change we were doing a list, followed by a HEAD of the bucket to
check it existed before doing the copy.  The fact the list succeeded
means the bucket exists so mark it OK at that point.

Issue #1421
2018-03-01 12:11:34 +00:00
..
api Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
b2.go azureblob,b2,gcs,qingstor,s3,swift: Don't check for bucket/container presense if listing was OK 2018-03-01 12:11:34 +00:00
b2_internal_test.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
b2_test.go fstests: add TestInternal (#2085) 2018-02-25 10:58:06 +01:00
upload.go b2: add more logging on multipart upload errors to debug #2036 2018-02-21 09:05:59 +00:00