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

Possible new function: six_buckets #98

Open
sckott opened this issue Feb 26, 2025 · 0 comments
Open

Possible new function: six_buckets #98

sckott opened this issue Feb 26, 2025 · 0 comments
Assignees
Labels
feature ⚙️ a feature request or enhancement
Milestone

Comments

@sckott
Copy link
Member

sckott commented Feb 26, 2025

Maybe this should inspire six_buckets()? Here is my quick prototype:

aws_buckets()$bucket_name %>% 
  map(~ six_bucket_permissions(.x) %>% 
               mutate(bucket = .x)) %>% 
  bind_rows() %>% 
  filter(user == aws_user()$user$UserName[1]) %>% 
  right_join(aws_buckets(), by = c("bucket" = "bucket_name")) %>% 
  select(-user) %>% 
  rename(bucket_name = bucket) %>% 
  select(bucket_name, permissions, everything(), -policy_admin, policy_admin)

For some reason this is taking a long time to run.

Originally posted by @seankross in #61

@sckott sckott added the feature ⚙️ a feature request or enhancement label Feb 26, 2025
@sckott sckott added this to the v0.3 milestone Feb 26, 2025
@sckott sckott self-assigned this Feb 26, 2025
@sckott sckott changed the title Possible new function: siux_buckets Possible new function: six_buckets Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ⚙️ a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant