We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per title, ObjectAccessControls.getItems returns a List<Object>. I would expect it to return a List<ObjectAccessControl> instead.
ObjectAccessControls.getItems
List<Object>
List<ObjectAccessControl>
For reference, the same method for buckets BucketAccessControls.getItems correctly returns a List<ObjectAccessControl>.
BucketAccessControls.getItems
Is there a reason for this? If not, could you fix? /cc @Capstan
The text was updated successfully, but these errors were encountered:
Looks like this is a discovery doc oddity. I'll file an internal bug.
Sorry, something went wrong.
v1-rev85-1.22.0 fixes this.
yoshi-automation
No branches or pull requests
As per title,
ObjectAccessControls.getItems
returns aList<Object>
. I would expect it to return aList<ObjectAccessControl>
instead.For reference, the same method for buckets
BucketAccessControls.getItems
correctly returns aList<ObjectAccessControl>
.Is there a reason for this? If not, could you fix? /cc @Capstan
The text was updated successfully, but these errors were encountered: