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
Which service(blob, file, queue) does this issue concern?
Note: for package version >= 12.0.0 please post the issue here instead: https://github.com/Azure/azure-sdk-for-python/issues
for table service, please post the issue here instead: https://github.com/Azure/azure-cosmosdb-python.
azure.storage.file
Which version of the SDK was used? Please provide the output of pip freeze.
azure-storage-file==2.1.0
What problem was encountered?
I'm trying to figure out how to create a symlink via the azure-storage-file FileService interface. Ideally, the symlink target doesn't need to exist, but I can work around that if need be. To be clear, I want the symlink uploaded, not the content of the symlink'ed file.
I should also clarify I am talking about a soft symlink here.
Have you found a mitigation/solution?
No, I haven't been able to find a good example of how to accomplish this.
The text was updated successfully, but these errors were encountered:
Which service(blob, file, queue) does this issue concern?
azure.storage.file
Which version of the SDK was used? Please provide the output of
pip freeze
.azure-storage-file==2.1.0
What problem was encountered?
I'm trying to figure out how to create a symlink via the azure-storage-file FileService interface. Ideally, the symlink target doesn't need to exist, but I can work around that if need be. To be clear, I want the symlink uploaded, not the content of the symlink'ed file.
I should also clarify I am talking about a soft symlink here.
Have you found a mitigation/solution?
No, I haven't been able to find a good example of how to accomplish this.
The text was updated successfully, but these errors were encountered: