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
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.
Maybe this should inspire six_buckets()? Here is my quick prototype:
six_buckets()
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
The text was updated successfully, but these errors were encountered:
sckott
No branches or pull requests
Originally posted by @seankross in #61
The text was updated successfully, but these errors were encountered: