adobe / da-admin

Apache License 2.0
0 stars 4 forks source link

Fix Loop Bug #66

Closed bstopp closed 3 weeks ago

bstopp commented 1 month ago

Description

If a folder's' contents are being copied to a subfolder, and there are enough items to get to a continuation token, this will infinitely recurse to create content.

Related Issue

Motivation and Context

Fix a bug.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 49.78%. Comparing base (ecd25dd) to head (665ae29).

Files Patch % Lines
src/storage/object/copy.js 0.00% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #66 +/- ## ========================================== + Coverage 49.75% 49.78% +0.03% ========================================== Files 35 35 Lines 1612 1611 -1 ========================================== Hits 802 802 + Misses 810 809 -1 ```

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