botor icon indicating copy to clipboard operation
botor copied to clipboard

Reticulate wrapper on 'boto3' with convenient helper functions -- aka "boto fo(u)r R"

Results 6 botor issues
Sort by recently updated
recently updated
newest added

It seem that when trying to read an xlsx file with the `openxlsx` package doesn't work. `botor::s3_read("s3://mybucket/example_file.xlsx", fun=openxlsx::read.xlsx)` results in ```Error: openxlsx can only read .xlsx files``` I can confirm...

First of all, great idea to create an R-wrapper for boto3 to directly communicate with s3 within scripts! I have found the s3_ls function not working in version 0.3.0 with...

Hi, Thanks a lot for this great library. It works fine, but I am not sure how to realize the following case: Upload a file to S3 with KMS key...

When I am working with `boto3` I can connect to AWS by typing `aws sso login` in the terminal. However, when I am trying this with `botor`, its not working....

Hi, I am trying to list all the objects in an S3 bucket so I can read them later but I get the following error: ![image](https://github.com/daroczig/botor/assets/118815321/dd9a8d8e-ac5c-4e1e-a8cf-55d8875b6d22) My code is this...

This was sufficient to resolve this bug report. My session info: ```r > sessioninfo::session_info() ─ Session info ──────────────────────────────────────────────────────────────────────────────────────────────────────────── setting value version R version 4.4.0 (2024-04-24) os macOS Sonoma 14.4.1 system...