Scott Chamberlain
Scott Chamberlain
``` 2025-09-09T11:07:54-07:00 ERROR [language::language_registry] failed to load language Morloc: Error loading brackets query Caused by: Query error at 4:3. Invalid node type \" 2025-09-09T11:07:54-07:00 ERROR [language_selector] failed to load language...
i'll check
tried the latest but it now doesn't have Morloc as an option when I go to select the language 🤔
@seankross With what's on main branch right now, all the inputs to our file fxns are now vectorized. however, this issue is about returning data frames from file and bucket...
Thanks for your feedback. ON your last thought, that makes sense. Fxns in this package may not be piped together themselves - more likely the output of a fxn in...
I like that take. Makes sense, I can see there's a number of AWS docs pages that say ACLs are deprecated. I googled around a bit and don't see it:...
removed the 2 bucket acl fxns
Sorry for the delay. Okay, so maybe the functions would look like: - `aws_bucket_as_public()` - `aws_file_url(type = "private")` or `aws_file_url(type = "public")` - `aws_group(name="users") %>% aws_bucket_allow_read()` - `aws_group(name="users") %>% aws_bucket_allow_read_write()`...
@seankross #21 may be the same as > Some functionality where you can get a public file's public URL at least related
sounds good