Skip to content

Commit e4f1baf

Browse files
committed
test(signature-v4-multi-region): disable host prefix for cfkvs
1 parent d4fc4e1 commit e4f1baf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/signature-v4-multi-region/src/cloudfront-kvs-sigv4a.e2e.spec.ts

+2
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,13 @@ describe("CloudFront KeyValue Store with SignatureV4a (JS Implementation)", () =
7171

7272
cfClient = new CloudFrontClient({
7373
region: "us-west-2",
74+
disableHostPrefix: true,
7475
});
7576

7677
kvsClient = new CloudFrontKeyValueStoreClient({
7778
region: "us-west-2",
7879
signer,
80+
disableHostPrefix: true,
7981
});
8082

8183
const createResponse = await cfClient.send(

0 commit comments

Comments
 (0)