drivendataorg/cloudpathlib

Remove setting `endpoint_url` from env variable `AWS_ENDPOINT_URL`

开放

#194 创建于 2022年1月25日

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

仓库指标

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

描述

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.

贡献者指南