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

feat(S3): implements suspend and resume features for multipart upload tasks #4168

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

brennanMKE
Copy link
Contributor

Issue #, if available:

#4167

Description of changes:

Adds new public API for suspending and resuming multipart upload tasks. This behavior has not been directly supported before. The multipart upload process involves several states as well as integration with the URLSession delegate functions.

See #3668.

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.

@brennanMKE brennanMKE requested review from a team and awsmobilesdk as code owners June 1, 2022 22:19
@brennanMKE brennanMKE self-assigned this Jun 1, 2022
@brennanMKE
Copy link
Contributor Author

This app can be used to try out this new feature. Once setup.sh is run make sure to change to a branch which has this feature. It will not be on main until this PR is approved and merged.

Dangle.zip

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.

None yet

2 participants