rclone/backend/googlecloudstorage
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
..
googlecloudstorage.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
googlecloudstorage_test.go fstests: add TestInternal (#2085) 2018-02-25 10:58:06 +01:00