avatar
Simon Späti 🏔️ @ssp.sh

TIL—AWS credentials are needed (e.g., from environment variables, IAM roles, etc.) even for public buckets. Otherwise, you can go around with NOSIGN: ``` FROM s3( 's3://bucket/path/file.csv.gz', NOSIGN, -- Forces anonymous access 'CSV' ) ```

sep 5, 2025, 12:02 am • 5 0

Replies

No replies