drivendataorg/cloudpathlib

Allow to pass boto3 client to S3Client

Ouverte

#435 ouverte le 7 mai 2024

 (4 commentaires) (0 réaction) (0 personne assignée)Python (87 forks)auto 404
S3good first issue

Métriques du dépôt

Stars
 (624 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur