paws-r / paws

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

Exit paginator when previous token matches current #722

Closed DyfanJones closed 9 months ago

DyfanJones commented 9 months ago

This addresses issue: https://github.com/paws-r/paws/issues/721

Developed from aws sdk js v3 solution: https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.78.0

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1de2019) 85.30% compared to head (4b54eea) 85.33%.

:exclamation: Current head 4b54eea differs from pull request most recent head 496faaa. Consider uploading reports for the commit 496faaa to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #722 +/- ## ========================================== + Coverage 85.30% 85.33% +0.03% ========================================== Files 204 204 Lines 14662 14692 +30 ========================================== + Hits 12507 12537 +30 Misses 2155 2155 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

DyfanJones commented 9 months ago

/style