We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3119f18 commit 1b540e7Copy full SHA for 1b540e7
README.rst
@@ -17,17 +17,13 @@ Open an S3FS by explicitly using the constructor:
17
18
from s3_s3fs import s3FS
19
s3fs = S3FS('mybucket')
20
- # to use an s3-compatible service
21
- s3fs = S3FS('mybucket', endpoint_url='service.endpoint.url')
22
23
Or with a FS URL:
24
25
.. code:: python
26
27
- from fs import open_fs
28
- s3fs = open_fs('s3://mybucket')
29
30
- s3fs = open_fs('s3://mybucket?endpoint_url=service.endpoint.url')
+ from fs import open_fs
+ s3fs = open_fs('s3://mybucket')
31
32
Downloading Files
33
-----------------
t.py
0 commit comments