mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
add todo
This commit is contained in:
parent
2604095be8
commit
260409a1ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue