You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* This query identifies buckets across an Organization with requests that rely on ACLs. This can help when migrating away from legacy ACLs to IAM Policies.
Replace <EDS ID> with your Event Data Store ID number.
*/
SELECT DISTINCT
element_at(requestParameters, 'bucketName') AS Bucket,