Skip to content

Commit 5b15ad8

Browse files
author
awstools
committed
feat(client-s3): Added support for Content-Range header in HeadObject response.
1 parent 6fb2941 commit 5b15ad8

File tree

5 files changed

+36349
-36408
lines changed

5 files changed

+36349
-36408
lines changed

Diff for: clients/client-s3/src/commands/HeadObjectCommand.ts

+1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBea
251251
* // ContentEncoding: "STRING_VALUE",
252252
* // ContentLanguage: "STRING_VALUE",
253253
* // ContentType: "STRING_VALUE",
254+
* // ContentRange: "STRING_VALUE",
254255
* // Expires: new Date("TIMESTAMP"),
255256
* // ExpiresString: "STRING_VALUE",
256257
* // WebsiteRedirectLocation: "STRING_VALUE",

0 commit comments

Comments
 (0)