mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
fix s3 adapter
This commit is contained in:
@@ -80,7 +80,6 @@ export class Storage implements EmitsEvents {
|
||||
noEmit?: boolean
|
||||
): Promise<FileUploadedEventData> {
|
||||
const result = await this.#adapter.putObject(name, file);
|
||||
console.log("result", result);
|
||||
|
||||
let info: FileUploadPayload;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user