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

Abort method for S3OutputStream for ability to cancel the upload midway through #1221

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

zhemaituk
Copy link
Contributor

@zhemaituk zhemaituk commented Sep 18, 2024

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

S3OutputStream#abort method added, allowing to cancel the upload and clean up the temporal resources.

💡 Motivation and Context

#1199

💚 How did you test it?

Unit tests

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated reference documentation to reflect the change
    javadoc updated. Is it sufficient?
  • All tests passing
  • No breaking changes

🔮 Next steps

@maciejwalkowiak maciejwalkowiak added component: s3 S3 integration related issue type: enhancement Smaller enhancement in existing integration labels Sep 19, 2024
@maciejwalkowiak maciejwalkowiak merged commit 2f78149 into awspring:main Sep 19, 2024
4 checks passed
@maciejwalkowiak
Copy link
Contributor

Thanks @zhemaituk!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: s3 S3 integration related issue type: enhancement Smaller enhancement in existing integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants