Skip to content

Instantly share code, notes, and snippets.

View yongjiajie's full-sized avatar

Yong Jia Jie yongjiajie

View GitHub Profile
@yongjiajie
yongjiajie / multipartUpload.ts
Last active July 26, 2023 15:02
AWS Multipart Upload
import type { CompletedPart } from "@aws-sdk/client-s3";
import type {
BucketName,
ContentEncoding,
ContentLength,
ContentType,
ETag,
MultipartUploadId,
ObjectKey,
} from "@utils/s3";