You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2024. It is now read-only.
Which service(blob, file, queue, table) does this issue concern?
Blob
Which version of the SDK was used?
Version: 1.5.4
What's the PHP/OS version?
PHP 8.1
What problem was encountered?
I'm using flysystem azure adapters for blob copying. When I'm trying to move/copy a blob to another folder, it will be failed. Showing 403 response code.
Steps to reproduce the issue?
Have you found a mitigation/solution?
Append Blob SAS signature to the source URL will solve the issue.
Which service(blob, file, queue, table) does this issue concern?
Blob
Which version of the SDK was used?
Version: 1.5.4
What's the PHP/OS version?
PHP 8.1
What problem was encountered?
I'm using flysystem azure adapters for blob copying. When I'm trying to move/copy a blob to another folder, it will be failed. Showing 403 response code.
Steps to reproduce the issue?
Have you found a mitigation/solution?
Append Blob SAS signature to the source URL will solve the issue.
azure-storage-php/azure-storage-blob/src/Blob/BlobRestProxy.php
Line 4186 in 5ff7d09
I'm wondering if there's any update on Azure Blob configuration to cause the issue. Did anyone facing the same problem before?
The text was updated successfully, but these errors were encountered: