You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just upgraded both aws-sdk and mock-aws-s3 to their latest version, but I am getting the following type error (using TypeScript):
Type 'S3' is missing the following properties from type 'S3':
deleteBucketIntelligentTieringConfiguration, deleteBucketOwnershipControls, getBucketIntelligentTieringConfiguration, getBucketOwnershipControls, and 4 more.
Version used:
mock-aws-s3@npm:4.0.2
aws-sdk@npm:2.995.0
The text was updated successfully, but these errors were encountered:
// a client can be shared by different commands.constclient=newS3Client({region: "REGION"});constparams={/** input parameters */};constcommand=newListBucketsCommand(params);
I've just upgraded both aws-sdk and mock-aws-s3 to their latest version, but I am getting the following type error (using TypeScript):
Version used:
The text was updated successfully, but these errors were encountered: