This commit is contained in:
Mikael Finstad 2026-04-09 20:48:56 +02:00
parent 2604095be8
commit 260409a1ac
No known key found for this signature in database
GPG key ID: 25AB36E3E81CBC26

View file

@ -212,7 +212,7 @@ class S3mini extends S3Client {
public override async createMultipartUpload(
key: string,
fileType: string = C.DEFAULT_STREAM_CONTENT_TYPE,
metadata?: Record<string, unknown>,
metadata?: Record<string, unknown>, // todo support metadata here too?
) {
this._checkKey(key)
if (typeof fileType !== 'string') {