Open Kuinox opened 3 months ago
@ritchie46 sorry for the ping but I believe this is phishing/malware in the last comment.
Edit: it looks like the comment is now gone.
This works fine for me with a local quay.io/minio/minio
container.
storage_options={"aws_access_key_id": "accesskey",
"aws_secret_access_key": "secretkey",
"endpoint_url": "http://localhost:9000"
}
s3url = "s3://test-bucket/dates.parquet"
df = pl.scan_parquet(s3url, storage_options=storage_options).collect()
print(f"{df.describe()=}")
I used the binaries directly on windows, do you want a captured packet or something like that ?
Checks
Reproducible example
With a minio instance running locally
Log output
Issue description
When requesting a local S3 endpoint using minio, the request is rejected. minio is running locally without docker.
Expected behavior
The query works.
Installed versions