Returns a function that uploads a Blob/File to S3 at the given key.
S3 client instance.
(file: File | Blob, key: string) => Promise<PutObjectCommandOutput>.
(file: File | Blob, key: string) => Promise<PutObjectCommandOutput>
Returns a function that uploads a Blob/File to S3 at the given key.