Skip to content

Commit

Permalink
SNOW-749232: Upgrade to aws-sdk v3 (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dprzybysz authored Sep 15, 2023
1 parent 8dc1b64 commit 472c467
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 404 deletions.
1 change: 0 additions & 1 deletion lib/file_transfer_agent/file_transfer_agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,6 @@ function file_transfer_agent(context)
var s3location = SnowflakeS3Util.extractBucketNameAndPath(stageInfo['location']);

await client.getBucketAccelerateConfiguration({ Bucket: s3location.bucketName })
.promise()
.then(function (data)
{
useAccelerateEndpoint = data['Status'] == 'Enabled';
Expand Down
Loading

0 comments on commit 472c467

Please sign in to comment.