Skip to content

Commit d50e1ce

Browse files
SNOW-1789663 package moved to smithy from aws-sdk (#950)
1 parent e04084d commit d50e1ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ or
6666
npm run test:unit
6767
```
6868

69-
To run single test file use `test:single` script, e.g. run tests in `test/unit/snowflake_test.js` only:
69+
To run a single test file use `test:single` script, e.g. run tests in `test/unit/snowflake_test.js` only:
7070

7171
```
7272
npm run test:single -- test/unit/snowflake_test.js

lib/file_transfer_agent/s3_util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) 2015-2024 Snowflake Computing Inc. All rights reserved.
33
*/
44

5-
const { NodeHttpHandler } = require('@aws-sdk/node-http-handler');
5+
const { NodeHttpHandler } = require('@smithy/node-http-handler');
66
const EncryptionMetadata = require('./encrypt_util').EncryptionMetadata;
77
const FileHeader = require('./file_util').FileHeader;
88
const expandTilde = require('expand-tilde');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Node.js driver for Snowflake",
55
"dependencies": {
66
"@aws-sdk/client-s3": "^3.388.0",
7-
"@aws-sdk/node-http-handler": "^3.374.0",
7+
"@smithy/node-http-handler": "^3.2.5",
88
"@azure/storage-blob": "12.18.x",
99
"@google-cloud/storage": "^7.7.0",
1010
"@techteamer/ocsp": "1.0.1",

0 commit comments

Comments
 (0)