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

Storage's ObjectAccessControls.getItems returns List<Object> #1022

Closed
mziccard opened this issue Sep 7, 2016 · 2 comments
Closed

Storage's ObjectAccessControls.getItems returns List<Object> #1022

mziccard opened this issue Sep 7, 2016 · 2 comments
Assignees

Comments

@mziccard
Copy link
Contributor

mziccard commented Sep 7, 2016

As per title, ObjectAccessControls.getItems returns a List<Object>. I would expect it to return a List<ObjectAccessControl> instead.

For reference, the same method for buckets BucketAccessControls.getItems correctly returns a List<ObjectAccessControl>.

Is there a reason for this? If not, could you fix? /cc @Capstan

@Capstan
Copy link

Capstan commented Sep 7, 2016

Looks like this is a discovery doc oddity. I'll file an internal bug.

@Capstan
Copy link

Capstan commented Sep 23, 2016

v1-rev85-1.22.0 fixes this.

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

No branches or pull requests

4 participants