mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-01 19:46:36 +03:00
s3client: adding missing promise call to trigger
This commit is contained in:
parent
64275ef6f2
commit
6dc763a7d1
@ -19,7 +19,7 @@ export default class S3Client implements StorageClient {
|
||||
this.client = new this.S3(this.config);
|
||||
}
|
||||
|
||||
return this.client.upload(params);
|
||||
return this.client.upload(params).promise();
|
||||
}
|
||||
|
||||
upload(params: UploadParams): StorageUpload {
|
||||
|
Loading…
Reference in New Issue
Block a user