paws
paws copied to clipboard
Paws, a package for Amazon Web Services in R
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...
I might have missed something but after consulting the examples on `S3` all I see are methods for requesting something from `S3` and storing the raw response in a variable....
Hi folks, Have you had any thoughts about implementing the retry capability from #406 ? I know sometime we do not want to retry, but given the option of "no...
I notice that #243 added support for spaces in keys but I am having trouble getting the objects back out if they are saved with spaces in the key. Here...
Thanks for the package. Really impressive work! **Question about paws functionality** I was wondering if it's currently possible to take a url, for example `https://ftp.ncbi.nlm.nih.gov/blast/demo/ieee_talk.pdf` And stream the file directly...
Hello! 👋 Thank you so much for your investment in this package. Is there an equivalent from paws for doing this via the Python SDK? ```r library(reticulate) sagemaker
@davidkretch, you mentioned that you and @adambanker are looking for a new maintainer of `paws`. Starting a thread for this.
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...
Does `paws` have a way to send API requests asynchronously, particularly for uploading and downloading to/from S3? I have heard `curl` has async built in.