AdamGS commented on PR #334:
URL:
https://github.com/apache/arrow-rs-object-store/pull/334#issuecomment-2809427840
I did, checked with 0.11.2 (works), 0.12 errors with:
```
Generic { store: "MicrosoftAzure", source: ListRequest { source: RetryError
{ method: GET, uri:
Some(https://vortexicebergsummit25.blob.core.windows.net/tpch?&restype=container&comp=list),
retries: 0, max_retries: 10, elapsed: 358.050375ms, retry_timeout: 180s,
inner: Status { status: 403, body: Some("\u{feff}<?xml version=\"1.0\"
encoding=\"utf-8\"?><Error><Code>AuthenticationFailed</Code><Message>Server
failed to authenticate the request. Make sure the value of Authorization header
is formed correctly including the
signature.\nRequestId:e6bb31fc-801e-0065-80ca-aed8ec000000\nTime:2025-04-16T12:27:08.3067099Z</Message><AuthenticationErrorDetail>The
MAC signature found in the HTTP request
'7hFfzazKKMmXmDkJpR9n28xZXybWPQYbFDnX580Ey2g=' is not the same as any computed
signature. Server used following string to sign: 'GET\n\n\n\n\n\nWed, 16 Apr
2025 12:27:07
GMT\n\n\n\n\n\nx-ms-version:2023-11-03\n/vortexicebergsummit25/tpch\n:\ncomp:list\nrestype:container'.</AuthenticationErrorDetai
l></Error>") } } } }
```
and if I patch it to use this PR it works.
--
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]