{"library":"s3fs","install":[{"cmd":"pip install s3fs","imports":["import s3fs\ns3 = s3fs.S3FileSystem()","with s3fs.S3FileSystem().open('bucket/key', 'rb') as f: ...","import fsspec\nwith fsspec.open('s3://bucket/key', 'rb') as f: ..."]},{"cmd":"pip install 's3fs[boto3]'","imports":[]},{"cmd":"conda install -c conda-forge s3fs","imports":[]}]}