Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
338 stars 240 forks source link

Create symlink via azure.storage.file FileService #716

Open michaelschmit opened 3 months ago

michaelschmit commented 3 months ago

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.