AWS_ENDPOINT_URL
not inferred by cloud I/O
#18758
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
However, specifying
endpoint_url
explicitly instorage_options
does work:Log output
No response
Issue description
Related issue: #18420
The docs for
polars.read_parquet
says:And it appears that
AWS_ENDPOINT_URL
should be supported sinceaws_endpoint_url
is listed as a valid key forstorage_options
here: https://docs.rs/object_store/latest/object_store/aws/enum.AmazonS3ConfigKey.html#variant.EndpointAWS docs on configuring the endpoint: https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-endpoints.html#endpoints-global
Expected behavior
polars
read_*
andwrite_*
functions for cloud URLs should pick upAWS_ENDPOINT_URL
if specified.Installed versions
1.7.1
The text was updated successfully, but these errors were encountered: