Skip to content

Commit

Permalink
fix: hotfix for object options
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAndreev committed Oct 5, 2023
1 parent 6aa743d commit 4759004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/objects.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class ObjectsService {
return this.client.send(
new ListObjectsCommand({
Bucket: bucket,
...preparedOptions,
...options,
}),
);
}
Expand Down

0 comments on commit 4759004

Please sign in to comment.