Skip to content

Commit

Permalink
chore: address pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwarajanand authored Apr 21, 2024
1 parent 3a767a6 commit 6a4118b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export interface CopyOptions {
contentDisposition?: string;
destinationKmsKeyName?: string;
metadata?: {
[key: string]: string;
[key: string]: string | boolean | number | null;
};
predefinedAcl?: string;
token?: string;
Expand Down

0 comments on commit 6a4118b

Please sign in to comment.