Skip to content

Commit 1ea2c5c

Browse files
authored
Makes GetBlockBlobReference public just like v2
I previously made this method public in a PR that was merged though I don't know if that version ever got released (I'm still using reflection). This also makes this method public (perhaps v2 hasn't been merged to v3?)
1 parent 5c0f6ff commit 1ea2c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UmbracoFileSystemProviders.Azure/AzureFileSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ private static bool SasCredentialHasContainerCreatePermission()
809809
/// <returns>
810810
/// The <see cref="BlobClient"/> reference.
811811
/// </returns>
812-
private BlobClient GetBlockBlobReference(string path)
812+
public BlobClient GetBlockBlobReference(string path)
813813
{
814814
Current.Logger.Debug<AzureBlobFileSystem>($"GetBlockBlobReference(path) method executed with path:{path}");
815815

0 commit comments

Comments
 (0)