Larefly
Larefly
Hi all, When working with AWS S3 uri format I have noticed that `httr::parse_url` isn't parsing it as expected. A standard s3 uri follows the following format: `s3://mybucket/path/to/file`. When parsed...
This PR contains: - Update paws supported services - Allows a method to build paws cran packages using dev variants - update the vendor dependency commit @davidkretch & @adambanker when...
Hi all, Just been playing around with `ses` and `send_raw_mail` and I am coming across the following errror: ```r # packages used to construct raw email library(emayili) library(magrittr) # build...
This method by-passes R when collecting data from s3. Instead it calls `httr:write_disk` from `paws.common:::issue` and relies on `libcurl` to do the heavy lifting through [`curl::curl_fetch_disk`](https://github.com/jeroen/curl/blob/cd292b87269f1a1c960bc849ab9ff43c9ee50e5b/R/fetch.R#L72-L79). Addresses #401
Hi All, This is more of a question rather than an issue with the `paws sdk`. I have come into a slight issue around downloading large Data files from S3,...
Hi all, I was wondering whether it is possible to change the logging configuration when creating/updating a state machine. From my current understanding the loggging configuration is set to default:...
Is there any plans in the future to allow extra characters not to be escaped? In python's `urllib.parse.quote` there is a parameter `safe` that allows extra characters not to be...
Hi All, Love the new design principles of the new mlr3. I just wanted to request a new learner. The package `rsparse` (https://github.com/dselivanov/rsparse) is a pretty fast robust package that...
extra helper functions to make paws releases smoother