Skip to content

Commit

Permalink
fix: use destinationBucket on copy (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenos authored Sep 19, 2024
1 parent e47e612 commit ddd1558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export class ObjectStorage {
})

const existingDestObject = await db.findObject(
this.bucketId,
destinationBucket,
destinationKey,
'id,name,metadata,version,bucket_id',
{
Expand Down

0 comments on commit ddd1558

Please sign in to comment.