- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestDoesPresignedV2SignatureMatch (0.13 seconds)
-
cmd/signature-v2_test.go
t.Errorf("Expected resourceList[%d] = \"%s\", resourceList is not correctly sorted.", i, sortedResourceList[i]) break } } } // Tests presigned v2 signature. func TestDoesPresignedV2SignatureMatch(t *testing.T) { ctx, cancel := context.WithCancel(t.Context()) defer cancel() obj, fsDir, err := prepareFS(ctx) if err != nil { t.Fatal(err) } defer os.RemoveAll(fsDir)
Created: 2026-04-05 19:28 - Last Modified: 2025-08-29 02:39 - 8K bytes - Click Count (0)