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 ecff749 commit 93f9673Copy full SHA for 93f9673
README.md
@@ -19,7 +19,7 @@ pip install fs-s3fs
19
Open an S3FS by explicitly using the constructor:
20
21
```python
22
-from s3_s3fs import S3FS
+from fs_s3fs import S3FS
23
s3fs = S3FS('mybucket')
24
```
25
0 commit comments