Skip to content

Commit 1b540e7

Browse files
committed
removed debug file
1 parent 3119f18 commit 1b540e7

File tree

2 files changed

+2
-45
lines changed

2 files changed

+2
-45
lines changed

README.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,13 @@ Open an S3FS by explicitly using the constructor:
1717
1818
from s3_s3fs import s3FS
1919
s3fs = S3FS('mybucket')
20-
# to use an s3-compatible service
21-
s3fs = S3FS('mybucket', endpoint_url='service.endpoint.url')
2220
2321
Or with a FS URL:
2422

2523
.. code:: python
2624
27-
from fs import open_fs
28-
s3fs = open_fs('s3://mybucket')
29-
# to use an s3-compatible service
30-
s3fs = open_fs('s3://mybucket?endpoint_url=service.endpoint.url')
25+
from fs import open_fs
26+
s3fs = open_fs('s3://mybucket')
3127
3228
Downloading Files
3329
-----------------

t.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)