phillipsj / Cake.AzureStorage

Cake Addin for working with Azure Storage
Apache License 2.0
6 stars 10 forks source link

Question: Handle subfolders from containers #34

Open saigkill opened 2 years ago

saigkill commented 2 years ago

With settings.ContainerName = "ContainerName"; it is possible to upload a file to a container.

So i have a container "downloads" with subdirectories:

So it possible, to set settings.ContainerName to "downloads/individual/Test1" directly, so the new file will be uploaded there instead of uploading just to "downloads"?