David Kretch

Results 64 comments of David Kretch

Looks good to me. My two comments require no follow up and I think this is good to go.

It does not. We did look into it a while back and it is kind of tricky in R because you'd need to let curl run in another process behind...

One alternative might be to run Paws itself in another process using future.

There is also an open PR for downloading files from S3 directly to disk which I suppose would help when running it in another process.

Yeah, that sounds good. I think that should be pretty straightforward.

Sorry about that. Currently the `Data` parameter expects a binary object, e.g. `charToRaw(random_user)`, but we'll try to fix it so it works like the Python SDK. The update won't be...

There is unfortunately not a list of methods that expect a binary object. Paws is generated from AWS's own API definitions, and it is whenever they expect a binary object....

Unfortunately we don't have that yet. We're working on it, but I can't say when it'll be available.

I can't say when it's going to happen unfortunately. The person who was originally working on this started a new job. I thought I had the time for it but...

Hello @yonicd and @DavidArenburg, sorry for the delay. There is now an example of using multipart upload to read in and upload files in 5 MB parts here: [examples/s3_multipart_upload.R](https://github.com/paws-r/paws/blob/main/examples/s3_multipart_upload.R). This...