【发布时间】:2019-07-23 18:13:44
【问题描述】:
PyFilesystem 的 s3fs(S3 文件系统)的文档说它只在 python 2 中受支持,因为 boto 只支持 python 2。
https://pyfilesystem.readthedocs.io/en/latest/s3fs.html
然而 Boto3 已发布且稳定:
我只是想验证文档在这一点上是否仍然准确。我无法在我的 python 3 环境中导入 fs.s3fs。
【问题讨论】:
标签: python pyfilesystem