Skip to content

Commit 2b2c6fa

Browse files
committed
Adding http headers that start with x-amz-meta- to authorization digest.
1 parent f63a246 commit 2b2c6fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ds3/networking/networking_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
"testing"
1616
"net/url"
1717
"spectra/ds3_go_sdk/ds3_utils/ds3Testing"
18-
"fmt"
1918
"strings"
2019
)
2120

@@ -51,8 +50,6 @@ func TestBuildingAuthorizationDigestWithMetadata(t *testing.T) {
5150

5251
amazonHeaders := httpRequestBuilder.signatureFields.CanonicalizedAmzHeaders
5352

54-
fmt.Println(amazonHeaders)
55-
5653
ds3Testing.AssertBool(t, "expected amazonHeader to have something in it", true, len(amazonHeaders) > 0)
5754

5855
expected := AmazonMetadataPrefix + strings.ToLower(gracie) + ":" + eskimo + "\n"

0 commit comments

Comments
 (0)