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: allow listing buckets without acl attribute #746

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

benmcclelland
Copy link
Member

The admin/root user has access to all buckets. So we don't need a valid ACL defined on the bucket to list these. Treat a non-existing ACL as an empty ACL for this case.

Fixes #727

The admin/root user has access to all buckets. So we don't need a
valid ACL defined on the bucket to list these. Treat a non-existing
ACL as an empty ACL for this case.

Fixes #727
@benmcclelland benmcclelland merged commit 8f89d32 into main Aug 22, 2024
13 checks passed
@benmcclelland benmcclelland deleted the ben/list_buckets branch August 22, 2024 20:02
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.

[Bug] - versitygw admin cannot list buckets or set ownership on directories that were created using mkdir
2 participants