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 list objects UI and integrate with listing and delete api #310

Merged
merged 1 commit into from
Oct 3, 2020

Conversation

cesnietor
Copy link
Collaborator

@cesnietor cesnietor commented Oct 2, 2020

fixes #290
Integrates apis for objects.
When you click on a bucket it will redirect to the objects of that bucket, right know it only does a single redirect.
Also if the item is a folder or a single object, it should be deleted with no issues. (the api calls either recursive or not)
Screen Shot 2020-10-01 at 5 17 00 PM
Screen Shot 2020-10-01 at 5 17 06 PM

@@ -1,4 +1,4 @@
// This file is part of MinIO Buckets Server
Copy link
Collaborator

Choose a reason for hiding this comment

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

hahaha

dvaldivia
dvaldivia previously approved these changes Oct 2, 2020
Alevsk
Alevsk previously approved these changes Oct 2, 2020
@dvaldivia dvaldivia merged commit 42d617c into minio:master Oct 3, 2020
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.

Add list objects
3 participants