I want to grant access to Google Cloud Storage buckets to thousands, maybe millions of users. My original plan was to grant access via IAM roles using their REST api. However, on this Quotas & limits page, it says
There is a limit of 100 members holding legacy IAM roles per bucket and a limit of 1500 members holding all IAM roles per bucket. Examples of members include individual users, groups, and domains. See IAM identities.
Does that mean, I can only offer read access to 1500 people? If so, what would be a way to grant access for thousands or millions of people?