Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
atir-naveed-geeksltd committed Dec 19, 2024
1 parent 8d2b9d9 commit e386a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Olive.Blob.Azure/AzureBlobInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ public class AzureBlobInfo
internal static string StorageConnectionString => Config.Get<string>("AzureStorage:ConnectionString");
internal static string StorageContainer => Config.Get<string>("AzureStorage:Container");
internal static string StorageAccountName => Config.Get<string>("AzureStorage:AccountName");
public static string StorageAccountKey => Config.Get<string>("AzureStorage:AccountKey");
}
}
1 change: 1 addition & 0 deletions Olive.Blob.Azure/SASTokenGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class SASTokenGenerator
{
string storageAccountName = AzureBlobInfo.StorageAccountName;
string storageContainer = AzureBlobInfo.StorageContainer;
tring storageAccountKey = AppConfig.StorageAccountKey;

public Uri GenerateContainerSasUri(string storageContainerName = null)
{
Expand Down

0 comments on commit e386a3a

Please sign in to comment.