felipecrv commented on issue #41095:
URL: https://github.com/apache/arrow/issues/41095#issuecomment-2047874882
We use `CopyFromUri` [1]. The issue here doesn't seem to be HNS, but
authorizing the source with the same credentials used to create the
`arrow::fs::ArrowFileSystem`.
> Server failed to authenticate the request. Please refer to the information
in the www-authenticate header.
[1]:
```cpp
Azure::Response<Models::CopyBlobFromUriResult> BlobClient::CopyFromUri(
const std::string& sourceUri,
const CopyBlobFromUriOptions& options,
const Azure::Core::Context& context) const
```
--
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]