We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fc6a3 commit 396633cCopy full SHA for 396633c
docs/src/further_topics/s3_io.rst
@@ -132,7 +132,7 @@ Map your S3 bucket "into" the chosen empty directory -- e.g.
132
Within Python code
133
^^^^^^^^^^^^^^^^^^
134
Access files stored as S3 objects "under" the S3 url, appearing as files under the
135
-mapped file-system path -- e.g.
+You can now access objects at the remote S3 URL via the mount point on your local file system you just created with `s3fs`, e.g.
136
137
.. code-block:: python
138
0 commit comments