FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GetObject: fix adding additional headers by SamZhangQingChuan · Pull Request #192 · minio/minio-cpp · GitHub

GetObject: fix adding additional headers - #192

Merged
harshavardhana merged 1 commit into
minio:mainfrom
SamZhangQingChuan:qingczha/fix_add_header
Feb 11, 2025
Merged

GetObject: fix adding additional headers#192
harshavardhana merged 1 commit into
minio:mainfrom
SamZhangQingChuan:qingczha/fix_add_header

Conversation

Copy link
Copy Markdown
Contributor

The current implementation of the BaseClient::GetObject(GetObjectArgs args) API does not consume the ObjectConditionalReadArgs::Headers() method. This results in conditional headers such as Range or If-Unmodified-Since not being included in the HTTP request. This PR fixes this issue.

Comment thread src/baseclient.cc
balamurugana changed the title Fix add headers logic in GetObject GetObject: fix adding additional headers Feb 11, 2025
harshavardhana merged commit 49e578d into minio:main Feb 11, 2025
SamZhangQingChuan deleted the qingczha/fix_add_header branch February 11, 2025 23:59

Copy link
Copy Markdown
Contributor Author

@harshavardhana @balamurugana Could you please release a new package on Conan center? Many thanks.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL