jojochuang commented on PR #8315: URL: https://github.com/apache/ozone/pull/8315#issuecomment-2824827523
> The current situation is that currently of listBuckets will list all the buckets under the /s3v volume, whereas the ListBuckets API specification will only list all the buckets owned by the user. If we want to follow this, then the of listBuckets flow needs to be changed to filter our all the buckets that the user does not own, this might cause regressions on some users since the buckets that were returned before are now excluded (most users will not be able to list the buckets at all). I think this needs some clarification. If ACL is enabled, it should forbid users from listing all buckets: https://github.com/apache/ozone/blob/42133076373dd3c1b72f0f8028771166a0594b50/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java#L2908-L2912 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
