You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemChooseSAS.java
+18-13Lines changed: 18 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,19 @@
39
39
40
40
/**
41
41
* Tests to validate the choice between using a SASTokenProvider to generate
42
-
* a SAS or using a Fixed SAS Token configured by user. To differentiate which config was used we will use different type of SAS Tokens.
43
-
* For Fixed SAS Token we will use an Account SAS with permissions to do File system level operations.
44
-
* For SASTokenProvider we will use a User Delegation SAS Token Provider such that File System level operations are not permitted.
42
+
* a SAS or using a Fixed SAS Token configured by user.
Copy file name to clipboardExpand all lines: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/extensions/MockDelegationSASTokenProvider.java
Copy file name to clipboardExpand all lines: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/extensions/MockSASTokenProvider.java
0 commit comments