vectordotdev / vector

A high-performance observability data pipeline.
https://vector.dev
Mozilla Public License 2.0
17.67k stars 1.56k forks source link

Add integration tests for `gcp_cloud_storage` sink #12872

Open bruceg opened 2 years ago

bruceg commented 2 years ago

There now exist a couple of third-party GCS emulators (https://github.com/oittaa/gcp-storage-emulator and https://github.com/fullstorydev/emulators, maybe others too). We should build up integration tests for GCS targetting one of those emulators to avoid preventable regressions.

fraserdarwent commented 2 years ago

This in combination with a way to override the Google Cloud endpoint (like in the PubSub source) for local usage would be excellent