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

fix: Fixes ListObjects direcotry objects listing issue. Fixes DeleteO… #1113

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

niksis02
Copy link
Contributor

@niksis02 niksis02 commented Mar 4, 2025

Fixes #1108
Fixes #1112

backend.Walk skiped the non-empty directories on objects listing.
Fixes the logic to not skip them.

removeParents wasn't correctly detecting the parent directories of directory objects, because of the / at the end.
The changes fix the detection issue, by removing the slash at the end, before the loop.

@niksis02 niksis02 force-pushed the fix/listobjects-dir-objs branch from 8fdf684 to d59ee87 Compare March 4, 2025 17:29
@benmcclelland benmcclelland merged commit 7b784d2 into main Mar 4, 2025
24 checks passed
@benmcclelland benmcclelland deleted the fix/listobjects-dir-objs branch March 4, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants