Skip to content

Commit

Permalink
SNOW-1789663 package moved to smithy from aws-sdk (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dszmolka authored Nov 12, 2024
1 parent e04084d commit d50e1ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ or
npm run test:unit
```

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

```
npm run test:single -- test/unit/snowflake_test.js
Expand Down
2 changes: 1 addition & 1 deletion lib/file_transfer_agent/s3_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) 2015-2024 Snowflake Computing Inc. All rights reserved.
*/

const { NodeHttpHandler } = require('@aws-sdk/node-http-handler');
const { NodeHttpHandler } = require('@smithy/node-http-handler');
const EncryptionMetadata = require('./encrypt_util').EncryptionMetadata;
const FileHeader = require('./file_util').FileHeader;
const expandTilde = require('expand-tilde');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Node.js driver for Snowflake",
"dependencies": {
"@aws-sdk/client-s3": "^3.388.0",
"@aws-sdk/node-http-handler": "^3.374.0",
"@smithy/node-http-handler": "^3.2.5",
"@azure/storage-blob": "12.18.x",
"@google-cloud/storage": "^7.7.0",
"@techteamer/ocsp": "1.0.1",
Expand Down

0 comments on commit d50e1ce

Please sign in to comment.