cloudpathlib icon indicating copy to clipboard operation
cloudpathlib copied to clipboard

Remove setting `endpoint_url` from env variable `AWS_ENDPOINT_URL`

Open kabirkhan opened this issue 3 years ago • 1 comments

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.

kabirkhan avatar Jan 25 '22 18:01 kabirkhan

Supported officially now, so we could remove our check: https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html

pjbull avatar Sep 28 '25 19:09 pjbull