You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "vrongmeal (via GitHub)" <gi...@apache.org> on 2023/06/15 08:43:09 UTC

[GitHub] [arrow-rs] vrongmeal opened a new issue, #4417: GCP doesn't fetch public objects

vrongmeal opened a new issue, #4417:
URL: https://github.com/apache/arrow-rs/issues/4417

   **Describe the bug**
   <!--
   A clear and concise description of what the bug is.
   -->
   
   When trying to fetch public objects, GCP returns the 401 code. This is because the object store sends the `Authorization: Bearer `. Even when the bearer is empty, it tries to authorize.
   
   **To Reproduce**
   <!--
   Steps to reproduce the behavior:
   -->
   
   Try fetching a public object with the header:
   
   ```sh
   $ curl -H 'Authorization: Bearer ' https://storage.googleapis.com/<bucket>/<object-location>
   <?xml version='1.0' encoding='UTF-8'?><Error><Code>AuthenticationRequired</Code><Message>Authentication required.</Message></Error>
   
   # whereas without the header this works
   $ curl https://storage.googleapis.com/<bucket>/<object-location>
   ```
   
   **Expected behavior**
   <!--
   A clear and concise description of what you expected to happen.
   -->
   
   Should be able to access the public object.
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold closed issue #4417: GCP doesn't fetch public objects

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #4417: GCP doesn't fetch public objects
URL: https://github.com/apache/arrow-rs/issues/4417


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #4417: GCP doesn't fetch public objects

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4417:
URL: https://github.com/apache/arrow-rs/issues/4417#issuecomment-1614543751

   `label_issue.py` automatically added labels {'object-store'} from #4418


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org