PutObjectCommandInputType: Omit<PutObjectInput, "body"> & {
    body: PutObjectInput["body"] | string | Uint8Array | Buffer;
}