Regression: Polars 1.14 doesn't accept AWS_S3_ALLOW_UNSAFE_RENAME anymore #19878
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
storage_options = {
"aws_region": self.region,
"aws_access_key_id": self.access_key,
"aws_secret_access_key": self.secret_key,
"aws_endpoint_url": self.base_url,
"AWS_S3_ALLOW_UNSAFE_RENAME": "true",
}
Log output
Issue description
For writing to an S3 without a locking provider AWS_S3_ALLOW_UNSAFE_RENAME needs to be set to true.
This used to work in polars 0.2x
With 1.x the aws props were lowercased and suddenly this variable is not recognized anymore.
Expected behavior
should work
Installed versions
The text was updated successfully, but these errors were encountered: