mongodb缝合浏览器sdk AwsServiceClient未定义

时间:2019-11-18 15:30:39

标签: mongodb-atlas mongodb-stitch

为什么未定义AwsServiceClient?

npm install mongodb-stitch-browser-sdk (4.7.1)
npm install mongodb-stitch-browser-services-aws-s3 (4.7.1)
import { Stitch, AwsServiceClient, AwsRequest } from "mongodb-stitch-browser-sdk";

我正在尝试通过针迹将照片上传到S3。

1 个答案:

答案 0 :(得分:0)

您应该安装mongodb-stitch-browser-services-aws sdk才能使用AwsServiceClient

npm install mongodb-stitch-browser-services-aws

import { AwsServiceClient } from 'mongodb-stitch-browser-services-aws';