alamb commented on code in PR #2148:
URL: https://github.com/apache/arrow-rs/pull/2148#discussion_r928163128
##########
object_store/src/azure.rs:
##########
@@ -524,7 +553,27 @@ pub fn new_azure(
let (is_emulator, storage_account_client) = if use_emulator {
check_if_emulator_works()?;
- (true, StorageAccountClient::new_emulator_default())
+ // Allow overriding defaults. Values taken from
Review Comment:
This is required to specify a URL different than `127.0.0.1` -- the github
actions "services" run with some actual dns name rather than on the local
loopback (e.g. you need to specify `http://auzure:10000` rather than
`http://127.0.0.1:10000`)
--
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]