Re: Arrow GCS filesystem library question

2025-03-13 Thread Micah Kornfield
Hi Jerry, I don't recall there being a strong reason for not including this in the first implementation. I expect it wasn't included because it is generally expected that default credentials [1] would serve the very common cases, and that most other cases would involve service accounts. If a use-

Arrow GCS filesystem library question

2025-03-13 Thread Jerry Adair
Hi, Currently, I use the Arrow filesystem library to establish an object that I then use to connect to a GCS server. The credentials are specified via a Json object, using the FromServiceAccountCredentials() method within the GcsOptions class. I have a request (an escalation actually) from a