drivendataorg/cloudpathlib

Allow to pass boto3 client to S3Client

开放

#435 创建于 2024年5月7日

 (4 条评论) (0 个反应) (0 位负责人)Python (87 个派生)auto 404
S3good first issue

仓库指标

星标
 (624 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Currently the S3Client needs the credentials to be used, but what happens if i already have a boto3 client somewhere initialized and i want to use the S3Client class?

Is it possible to allow for the S3Client to take a boto3 client that has already been created? It would be simply passing the client at the constructor

贡献者指南