create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
import fs from 'fs'; | |
import { Buffer } from 'node:buffer'; | |
import { | |
S3Client, | |
CreateMultipartUploadCommand, | |
UploadPartCommand, | |
CompleteMultipartUploadCommand | |
} from '@aws-sdk/client-s3'; | |
// 100 MB chunk/part size |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"