Skip to content

Commit b033ab6

Browse files
committed
fix by code review
1 parent 2f2e704 commit b033ab6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/blob/blob.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ func checkContainerNameBeginAndEnd(containerName string) bool {
315315
return false
316316
}
317317

318-
// isSASToken checks if the key contains the patterns. Because a SAS Token must have these strings, use them to judge.
318+
// 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
319320
func isSASToken(key string) bool {
320321
return strings.HasPrefix(key, "?")
321322
}

0 commit comments

Comments
 (0)