Below is one way to access files on S3. This is also not the preferred way to do it, but it is the most straightforward. You should strongly consider using DuckDB temporary secrets.
time duckdb -c"LOAD aws;CALL load_aws_credentials('rud');FROM read_parquet('s3://is.rud.taxi/*.parquet')SELECT COUNT(*)"