Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reading content_length from DB in getTransferTaskDataFromDB #5471

Merged

Conversation

creitz
Copy link
Contributor

@creitz creitz commented Dec 4, 2024

Issue #, if available:

At least partly addresses #5468

Description of changes:

Fixes reading the content_length integer from DB. The content size can be greater than an int, so we should read it in a format that supports larger amounts.

See #5468 (comment) for screenshots/testing.

This says to open the PR against the develop branch, but I see no such branch, so opened this PR against main.

Check points:

  • Added new tests to cover change, if needed
  • All unit tests pass
  • All integration tests pass
  • Updated CHANGELOG.md
  • Documentation update for the change if required
  • PR title conforms to conventional commit style

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@harsh62 harsh62 merged commit cbe9da1 into aws-amplify:main Dec 9, 2024
43 checks passed
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.

2 participants