drivendataorg/cloudpathlib

Remove setting `endpoint_url` from env variable `AWS_ENDPOINT_URL`

Offen

#194 geöffnet am 25.01.2022

 (1 Kommentar) (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

This PR https://github.com/drivendataorg/cloudpathlib/pull/193 allows setting the S3Client endpoint_url from an environment variable AWS_ENDPOINT_URL. There is a long open PR upstream in boto3 to add this functionality but for some reason it's not getting merged. PR: https://github.com/boto/boto3/pull/2746.

Once the upstream PR is merged, revert the change added in https://github.com/drivendataorg/cloudpathlib/pull/193.

Contributor Guide