-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C++][FS][Azure] CopyFile doesn't work with Azure hierarchical namespace support #41095
Comments
https://learn.microsoft.com/en-us/rest/api/storageservices/data-lake-storage-gen2 |
We use
What is
[1]: Azure::Response<Models::CopyBlobFromUriResult> BlobClient::CopyFromUri(
const std::string& sourceUri,
const CopyBlobFromUriOptions& options,
const Azure::Core::Context& context) const |
I wanted to mask the account but I missed one substitution... |
Can you report the issue to Microsoft? The function is provided by the SDK and it doesn't seem right that it's failing to authorize the access. |
I couldn't find whether should we report this... So I've opened a question issue in Azure/azure-sdk-for-cpp: Azure/azure-sdk-for-cpp#5542 |
…chical namespace support We need to add SAS (Shared Access Signatures) token for source URL.
Azure/azure-sdk-for-cpp#5542 (comment)
|
… namespace support (#41276) ### Rationale for this change We need to add SAS (Shared Access Signatures) token for source URL. ### What changes are included in this PR? Generate SAS token for source URL. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #41095 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Issue resolved by pull request 41276 |
…chical namespace support (apache#41276) ### Rationale for this change We need to add SAS (Shared Access Signatures) token for source URL. ### What changes are included in this PR? Generate SAS token for source URL. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: apache#41095 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…chical namespace support (apache#41276) ### Rationale for this change We need to add SAS (Shared Access Signatures) token for source URL. ### What changes are included in this PR? Generate SAS token for source URL. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: apache#41095 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…chical namespace support (apache#41276) ### Rationale for this change We need to add SAS (Shared Access Signatures) token for source URL. ### What changes are included in this PR? Generate SAS token for source URL. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: apache#41095 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…chical namespace support (apache#41276) ### Rationale for this change We need to add SAS (Shared Access Signatures) token for source URL. ### What changes are included in this PR? Generate SAS token for source URL. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: apache#41095 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…chical namespace support (apache#41276) ### Rationale for this change We need to add SAS (Shared Access Signatures) token for source URL. ### What changes are included in this PR? Generate SAS token for source URL. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: apache#41095 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
Component(s)
C++
The text was updated successfully, but these errors were encountered: