Feature request: local endpoint for httpfs usage
Is your feature request related to a problem? Please describe. N/A
Describe the solution you'd like Currently all unit tests are done through local filesystem, it would be good if we could setup local GCS/S3 bucket for testing purpose, which benefits both unit tests and SQL tests.
Describe alternatives you've considered Minio docker container seems to be a good candidate.
Additional context N/A
one example could be: https://github.com/Mooncake-Labs/moonlink/blob/main/.devcontainer/docker-compose.yml
Hi @dentiny, I’d love to help implement this feature!
Just to be clear, my expectation is you adding fake GCS/minio into devcontainer config, so we could use that for object storage testing.