Skip to content

Commit

Permalink
feat(client-s3): Added support for Content-Range header in HeadObject…
Browse files Browse the repository at this point in the history
… response.
  • Loading branch information
awstools committed Feb 14, 2025
1 parent 6fb2941 commit 5b15ad8
Show file tree
Hide file tree
Showing 5 changed files with 36,349 additions and 36,408 deletions.
1 change: 1 addition & 0 deletions clients/client-s3/src/commands/HeadObjectCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBea
* // ContentEncoding: "STRING_VALUE",
* // ContentLanguage: "STRING_VALUE",
* // ContentType: "STRING_VALUE",
* // ContentRange: "STRING_VALUE",
* // Expires: new Date("TIMESTAMP"),
* // ExpiresString: "STRING_VALUE",
* // WebsiteRedirectLocation: "STRING_VALUE",
Expand Down
Loading

0 comments on commit 5b15ad8

Please sign in to comment.