phillipsj/Cake.AzureStorage

Question: Handle subfolders from containers

Opened this issue · 0 comments

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

So i have a container "downloads" with subdirectories:

  • individual/Test
  • individual/Test1

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"?