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

Add S3Client objectExists support in S3Template #978

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

Ziemowit
Copy link
Contributor

@Ziemowit Ziemowit commented Dec 6, 2023

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Introduction of S3Operations#documentExists, the complementary operation to S3Operations#bucketExists.

💡 Motivation and Context

It is useful when we want to check if document exists without downloading it.

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated reference documentation to reflect the change
  • All tests passing
  • No breaking changes

🔮 Next steps

@github-actions github-actions bot added the component: s3 S3 integration related issue label Dec 6, 2023
Copy link
Contributor

@maciejwalkowiak maciejwalkowiak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Ziemowit !

@maciejwalkowiak maciejwalkowiak added this to the 3.1.0 milestone Dec 8, 2023
@maciejwalkowiak maciejwalkowiak merged commit 1d2edf4 into awspring:main Dec 8, 2023
4 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants