Commits


Carlos O'Ryan authored and Sutou Kouhei committed 1b7178d47f4
ARROW-14311: [C++] Make GCS FileSystem tests faster Avoid using the default credentials for the unit test. In some environments these can be very slow to initialize, as they test several different potential sources of credentials, some including HTTP requests. Closes #11406 from coryan/ARROW-14311-GCS-filesystem-now-uses-insecure-credentials-for-http Authored-by: Carlos O'Ryan <coryan@google.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>