Scott Chamberlain
Scott Chamberlain
paws doesn't really have anything that's user facing for peeking at auth creds, which auth is being used, etc. might be worth a user facing function for this
cran wanted them out, put em back in after 1st version up: paginate_aws_token ```r #' @examplesIf aws_has_creds() #' paginate_aws_token( #' fun = con_sm()$list_secrets, #' target = "SecretList" #' ) ```...
It'd be great to know that examples work for users in line with the current version of the software. Right now we're skipping examples in R CMD CHECK on gh...
I know this happens as i'm developing sixtyfour. That is, although examples and tests I think all cleanup resources after themselves, if there's a failure before the cleanup step the...
> Cookbook ideas: (any others come to mind @seankross ?) > > > > - [ ] Managing authentication (FAQ for common pain points? possibly screenshots of the AWS console...
Via #61 > Maybe this should inspire `six_buckets()`? Here is my quick prototype: > > ```r > aws_buckets()$bucket_name %>% > map(~ six_bucket_permissions(.x) %>% > mutate(bucket = .x)) %>% > bind_rows()...
> Maybe this should inspire `six_buckets()`? Here is my quick prototype: > > ```r > aws_buckets()$bucket_name %>% > map(~ six_bucket_permissions(.x) %>% > mutate(bucket = .x)) %>% > bind_rows() %>% >...
I was trying to get `aws_user_add_to_rds` working to make the RDS IAM flow workable, but its still not working yet. AFAIC remember I still wasn't getting the code working correctly...
Goals - Focus on Redshift only for now - Be opinionated in order to make our lives easier - Aim for a DSL feel rather than trying to implement 1...
@seankross thoughts on this? We have a new vignette via #94 that covers magical `six_*` methods https://github.com/getwilds/sixtyfour/blob/dev/vignettes/six.Rmd.og However, the S3 vignette https://github.com/getwilds/sixtyfour/blob/dev/vignettes/s3.Rmd.og#L178 covers some of the six methods too. I...