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 objects api and integrate it with UI #321

Merged
merged 1 commit into from
Oct 9, 2020

Conversation

cesnietor
Copy link
Collaborator

Adds single object download api
It also integrates it with the objects list UI.

Can be called doing GET:
http://localhost:{{mcsport}}/api/v1/buckets/<bucket_name>/objects/download?prefix=<file_prefix>

Screen Shot 2020-10-08 at 2 58 45 PM

Test Notes:
Add some objects to your bucket and make sure you can download the object with no errors using the UI.

Note: Requires authenticated request.

  • Tests included

dvaldivia
dvaldivia previously approved these changes Oct 8, 2020
Copy link
Collaborator

@bexsoft bexsoft left a comment

Choose a reason for hiding this comment

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

LGTM, works fine

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.

None yet

3 participants