杂货店 Polystores是抽象的,是与云存储进行交互的客户端集合。 安装 $ pip install -U polystores 注意,默认情况下,此模块不包括云存储的客户端要求以保持库的轻量级,用户需要安装适当的模块以与polystores一起使用。 安装S3 pip install -U polystores[s3] 安装GCS pip install -U polystores[gcs] 安装Azure存储 pip install -U polystores[azure] 专卖店 该模块包括客户端和存储抽象,可用于与AWS S3,Azure存储和Google Cloud Storage进行交互。 S3 普通实例化 from polystores . stores . s3_store import S3Store s3_store = S3Store ( endpoint_