Skip to content

Conversation

@SamRemis
Copy link
Member

@SamRemis SamRemis commented Jan 2, 2026

Revert case sensitivity feature due to performance degredation

Issue #, if available:

#9958

Description of changes:

A recent addition of a feature that adds case-sensitivity handling now lists out all files in the target directory prior to downloading during s3 cp calls. This results in a significant performance degradation when copying to large local directories as we now are listing all files in that directory and emitting warnings.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov-commenter
Copy link

codecov-commenter commented Jan 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.35%. Comparing base (c4681b5) to head (9c92fc8).
⚠️ Report is 18 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9961      +/-   ##
===========================================
- Coverage    93.39%   93.35%   -0.04%     
===========================================
  Files          210      209       -1     
  Lines        17052    16950     -102     
===========================================
- Hits         15925    15823     -102     
  Misses        1127     1127              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@SamRemis SamRemis merged commit 9740c54 into aws:develop Jan 2, 2026
48 checks passed
aws-sdk-python-automation added a commit that referenced this pull request Jan 3, 2026
* release-1.44.11:
  Bumping version to 1.44.11
  Revert "Add case-sensitivity handling to multi-object download operations (#9961)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants