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 5c0f6ff + 1ea2c5c commit 157a29eCopy full SHA for 157a29e
src/UmbracoFileSystemProviders.Azure/AzureFileSystem.cs
@@ -809,7 +809,7 @@ private static bool SasCredentialHasContainerCreatePermission()
809
/// <returns>
810
/// The <see cref="BlobClient"/> reference.
811
/// </returns>
812
- private BlobClient GetBlockBlobReference(string path)
+ public BlobClient GetBlockBlobReference(string path)
813
{
814
Current.Logger.Debug<AzureBlobFileSystem>($"GetBlockBlobReference(path) method executed with path:{path}");
815
0 commit comments