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

Add download version object on download api #423

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

cesnietor
Copy link
Collaborator

@cesnietor cesnietor commented Nov 19, 2020

requires: minio/mc#3498 and update go.mod after that pr is merged.
fixes #416
Allows to download an specific version of an object like #321 plus an additional query param version_id e.g.
http://localhost:{{mcsport}}/api/v1/buckets/<bucket_name>/objects/download?prefix=<file_prefix>&version_id=<version>

@dvaldivia
Copy link
Collaborator

minio/mc#3498 was merged

@dvaldivia dvaldivia merged commit a20c6dc into minio:master Nov 19, 2020
@dvaldivia dvaldivia added this to Review in progress in Console Version 1 via automation Nov 19, 2020
@cesnietor
Copy link
Collaborator Author

@dvaldivia go mod wasn't updated

@dvaldivia dvaldivia moved this from Review in progress to Done in Console Version 1 Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Add support for downloading/sharing a specific version of an object
3 participants