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

Remove resume support in downloadObject() API. #1306

Conversation

balamurugana
Copy link
Member

In downloadObject() API expects undocumented Range header and to
make a reliable trusted object download, the resume support is
removed. With this change, IllegalArgumentException is thrown if
destination file exists and the API always downloads given object
freshly.

Signed-off-by: Bala.FA bala@minio.io

In downloadObject() API expects undocumented `Range` header and to
make a reliable trusted object download, the resume support is
removed. With this change, `IllegalArgumentException` is thrown if
destination file exists and the API always downloads given object
freshly.

Signed-off-by: Bala.FA <bala@minio.io>
Copy link
Contributor

@kannappanr kannappanr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@balamurugana balamurugana merged commit 3da8fd0 into minio:master Feb 23, 2022
@balamurugana balamurugana deleted the Remove-resume-support-in-downloadObject-API branch March 7, 2022 15:05
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