drivendataorg/cloudpathlib

Allow to pass boto3 client to S3Client

Offen

#435 geöffnet am 07.05.2024

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (87 Forks)auto 404
S3good first issue

Repository-Metriken

Stars
 (624 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide