S3 object or even bucket that can only be queried using range requests
I have some objects that are very large and stored in various duckdb database’s. I would like to pass a presigned URL to authenticated clients to access this data. I’ve built a web app that allows users to query this in R, Python, SQL, takes care of auth, sends requests as range requests… so on.