move to @smithy/node-htp-handler as @aws-sdk/node-http-handler is deprecated

Signed-off-by: Andrew Ochsner <andrew.ochsner@cognizant.com>
This commit is contained in:
Andrew Ochsner
2023-10-16 17:07:01 -05:00
parent d928da692d
commit 1d07dcb32c
3 changed files with 3 additions and 1 deletions
@@ -32,7 +32,7 @@ import {
S3Client,
} from '@aws-sdk/client-s3';
import { fromTemporaryCredentials } from '@aws-sdk/credential-providers';
import { NodeHttpHandler } from '@aws-sdk/node-http-handler';
import { NodeHttpHandler } from '@smithy/node-http-handler';
import { Upload } from '@aws-sdk/lib-storage';
import { AwsCredentialIdentityProvider } from '@aws-sdk/types';
import { HttpsProxyAgent } from 'hpagent';