aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/extend/add_filesys.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/extend/add_filesys.md')
-rw-r--r--tensorflow/docs_src/extend/add_filesys.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/docs_src/extend/add_filesys.md b/tensorflow/docs_src/extend/add_filesys.md
index f0591b7b7d..06f11de4eb 100644
--- a/tensorflow/docs_src/extend/add_filesys.md
+++ b/tensorflow/docs_src/extend/add_filesys.md
@@ -81,6 +81,8 @@ filesystem implementations call their existing libraries. Examples include:
plugin](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/platform/hadoop/hadoop_file_system.h)
* [GCS
plugin](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/platform/cloud/gcs_file_system.h)
+* [S3
+ plugin](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/platform/s3/s3_file_system.h)
#### The File interfaces