I successfully enable Public Access to one of my buckets in IBM Cloud Object Storage and used the console (browser UI). I followed these steps. In the UI, the access group is shown as Public Access with ID AccessGroupId-PublicAccess. But I cannot find it when using the CLI, either when listing all access groups or trying to retrieve it directly:
$ ibmcloud iam access-group AccessGroupId-PublicAccess
Retrieving access group AccessGroupId-PublicAccess under account Henrik's Account as HENRIK...
FAILED Access group AccessGroupId-PublicAccess was not found
How can I see details on that access group, how can I assign a new policy to it for a given storage bucket?