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.
1 parent 2f2e704 commit b033ab6Copy full SHA for b033ab6
pkg/blob/blob.go
@@ -315,7 +315,8 @@ func checkContainerNameBeginAndEnd(containerName string) bool {
315
return false
316
}
317
318
-// isSASToken checks if the key contains the patterns. Because a SAS Token must have these strings, use them to judge.
+// isSASToken checks if the key contains the patterns.
319
+// SAS token format could refer to https://docs.microsoft.com/en-us/rest/api/eventhub/generate-sas-token
320
func isSASToken(key string) bool {
321
return strings.HasPrefix(key, "?")
322
0 commit comments