import { AwsServiceClient } from 'mongodb-stitch-browser-services-aws';import { AwsRequest } from 'mongodb-stitch-core-services-aws'
public s3PutObject(dataURL: string, Key: string, Bucket: string) {
const request = new AwsRequest.Builder() .withService('s3') .withAction('Upload') || .withAction('CreateMultipartUpload') .withRegion('us-east-1') .withArgs(args) .build();