This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 8e868e8 Update documentation
new ba957ed Merge pull request #11260 from [BEAM-2572] Update
documentation
8e868e8 is described below
commit 8e868e80f653a6f1a67b1063b25c1310b19a63f3
Author: Badrul (Taki) Chowdhury <[email protected]>
AuthorDate: Sun Mar 29 22:36:02 2020 -0700
Update documentation
Change documentation to reflect Python SDK's support for Amazon S3.
---
website/src/documentation/io/built-in.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/documentation/io/built-in.md
b/website/src/documentation/io/built-in.md
index cc69a55..fb81b0f 100644
--- a/website/src/documentation/io/built-in.md
+++ b/website/src/documentation/io/built-in.md
@@ -75,7 +75,7 @@ Consult the [Programming Guide I/O section]({{site.baseurl
}}/documentation/prog
<tr>
<td>Python/Batch</td>
<td>
- <p>Beam Python supports Apache HDFS, Google Cloud Storage, and local
filesystems.</p>
+ <p>Beam Python supports Apache HDFS, Amazon S3, Google Cloud Storage, and
local filesystems.</p>
<p><a
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/avroio.py">avroio</a></p>
<p><a
href="{{site.baseurl}}/documentation/io/built-in/parquet">parquetio.py</a></p>
<p><a
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/textio.py">textio</a></p>