Conversation
Signed-off-by: Abdelsalem <abdelsalem.hedhili@rte-france.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 8 minutes and 34 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughMaven build configuration is updated to upgrade spring-cloud-aws from version 3.4.0 to 3.4.2. A new AWS SDK version property is introduced (2.29.52) and an explicit software.amazon.awssdk:s3 dependency is added with pinned version to override transitive dependencies. Changes
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



PR Summary
Pin the sdk version to fix the incompatibility since spring-cloud-aws 3.3 to 3.4 upgrade.
Using RequestChecksumCalculation.WHEN_REQUIRED fixed the issue except for the delete requests that caused an md5-content missing so we pin the version for now instead.
see aws/aws-sdk-java-v2#5805 and aws/aws-sdk-java-v2#5802