barronw opened a new issue, #65:
URL: https://github.com/apache/arrow-rs-object-store/issues/65

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for 
this feature, in addition to  the *what*)
   -->
   I'm trying to use the GCP integration through a proxy metadata server, but 
the server host and IP are hardcoded.
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   `object_store` should check `GCE_METADATA_HOST` and `GCE_METADATA_IP` env 
vars before defaulting to the currently hardcoded values. The Google Python 
libraries do this 
([example](https://github.com/googleapis/google-auth-library-python/blob/1270217556a0249b6be8824e2b6209371f24e400/google/auth/compute_engine/_metadata.py#L38)).
 
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   None
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   None
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to