Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetObject: fix adding additional headers #192

Merged

Conversation

SamZhangQingChuan
Copy link
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.

@balamurugana balamurugana changed the title Fix add headers logic in GetObject GetObject: fix adding additional headers Feb 11, 2025
@harshavardhana harshavardhana merged commit 49e578d into minio:main Feb 11, 2025
4 checks passed
@SamZhangQingChuan SamZhangQingChuan deleted the qingczha/fix_add_header branch February 11, 2025 23:59
@SamZhangQingChuan
Copy link
Contributor Author

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

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