Merge branch 'trunk' of https://github.com/apache/libcloud into trunk
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/277e4113 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/277e4113 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/277e4113 Branch: refs/heads/trunk Commit: 277e4113e7c4d269de1ba4b6b96acddbe0d5d5c0 Parents: 11eb243 f30b3e3 Author: Anthony Shaw <[email protected]> Authored: Sat Oct 1 19:36:37 2016 +1000 Committer: Anthony Shaw <[email protected]> Committed: Sat Oct 1 19:36:37 2016 +1000 ---------------------------------------------------------------------- CHANGES.rst | 7 + libcloud/storage/drivers/google_storage.py | 255 +++++++++++++- .../fixtures/google_storage/get_container.json | 13 + .../fixtures/google_storage/get_object.json | 18 + .../google_storage/list_container_acl.json | 74 ++++ .../google_storage/list_object_acl.json | 86 +++++ libcloud/test/storage/test_google_storage.py | 353 +++++++++++++++++-- 7 files changed, 765 insertions(+), 41 deletions(-) ----------------------------------------------------------------------
