We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7d422d + 43c0bb2 commit ab00099Copy full SHA for ab00099
src/UmbracoFileSystemProviders.Azure/AzureFileSystem.cs
@@ -780,7 +780,7 @@ public static CloudBlobContainer CreateContainer(CloudBlobClient cloudBlobClient
780
/// <returns>
781
/// The <see cref="CloudBlockBlob"/> reference.
782
/// </returns>
783
- private CloudBlockBlob GetBlockBlobReference(string path)
+ public CloudBlockBlob GetBlockBlobReference(string path)
784
{
785
Current.Logger.Debug<AzureBlobFileSystem>($"GetBlockBlobReference(path) method executed with path:{path}");
786
0 commit comments