alamb commented on code in PR #4207:
URL: https://github.com/apache/arrow-rs/pull/4207#discussion_r1193923116
##########
.github/workflows/object_store.yml:
##########
@@ -96,7 +96,7 @@ jobs:
- name: Configure Fake GCS Server (GCP emulation)
run: |
- docker run -d -p 4443:4443 fsouza/fake-gcs-server -scheme http
+ docker run -d -p 4443:4443 tustvold/fake-gcs-server -scheme http
-backend memory -public-host localhost:4443
Review Comment:
Can we please leave a link to that PR as a comment (so we now we can update
it back when it is accepted upstream)?
--
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]