This closes #2585
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a2047acd Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a2047acd Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a2047acd Branch: refs/heads/master Commit: a2047acdb8458252eb6a323de30e8239d55d786f Parents: bebee2a 82dcfc6 Author: Chamikara Jayalath <[email protected]> Authored: Fri Apr 21 16:18:59 2017 -0700 Committer: Chamikara Jayalath <[email protected]> Committed: Fri Apr 21 16:18:59 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/io/filesystem.py | 12 +++++++ sdks/python/apache_beam/io/gcp/gcsfilesystem.py | 19 +++++++++++ .../apache_beam/io/gcp/gcsfilesystem_test.py | 9 ++++++ sdks/python/apache_beam/io/localfilesystem.py | 11 +++++++ .../apache_beam/io/localfilesystem_test.py | 33 ++++++++++++++++++-- 5 files changed, 82 insertions(+), 2 deletions(-) ----------------------------------------------------------------------
