paws-r / paws

Paws, a package for Amazon Web Services in R
https://www.paws-r-sdk.com
Other
318 stars 37 forks source link

`get_bucket()` is way slower than it should be #618

Closed mgirlich closed 1 year ago

mgirlich commented 1 year ago

About 90% of the time is spend in as_list.xml_node(). Would be nice to speed this up.

image
DyfanJones commented 1 year ago

Hi @mgirlich you are using another package aws.s3. I would suggest you raising this issue with them (https://github.com/cloudyr/aws.s3). I will close this ticket as it isn't related to paws

mgirlich commented 1 year ago

Ah, yes, sorry, wrong repo...