Skip to content

Commit

Permalink
Merge pull request #198 from guardian/aa/revert-aws-sdk
Browse files Browse the repository at this point in the history
chore(deps): Revert `@aws-sdk/client-s3` back to v3.703.0
  • Loading branch information
akash1810 authored Jan 8, 2025
2 parents c7446e7 + 2060837 commit 6ddd4ac
Show file tree
Hide file tree
Showing 5 changed files with 3,657 additions and 4,069 deletions.
16 changes: 11 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
groups:
aws-sdk:
patterns:
- '@aws-sdk/*'

# We've seen issues with versions of `@aws-sdk/client-s3` later than 3.703.0 where put object requests fail with:
# > RequestTimeout: Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be closed.
# Attempts to increase the timeout to 10 seconds was not successful for all cases.
# Prevent Dependabot from issuing updates to any of the AWS SDK libraries being used (listed individually, as Dependabot cannot ignore wildcards).
# Once we've identified and patched the root cause, we can revert this.
ignore:
- dependency-name: "@aws-sdk/client-s3"
- dependency-name: "@aws-sdk/credential-providers"

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
interval: 'monthly'
Loading

0 comments on commit 6ddd4ac

Please sign in to comment.