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

Introduce Client side S3EncryptionClient #1033

Merged
merged 25 commits into from
Nov 6, 2024

Conversation

MatejNedic
Copy link
Member

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

💡 Motivation and Context

💚 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 component: s3 S3 integration related issue type: dependency-upgrade Dependency version bump labels Jan 30, 2024
@maciejwalkowiak maciejwalkowiak modified the milestone: 3.2.0 RC1 Mar 9, 2024
@github-actions github-actions bot added the component: sns SNS integration related issue label Mar 31, 2024
@MatejNedic MatejNedic marked this pull request as ready for review April 7, 2024 09:37
@timothystone-knsl
Copy link

+1 here. I see value as right now I think I'm blocked on using SSE-C in multipart uploads to a bucket.

@timothystone-knsl
Copy link

@MatejNedic can you resolve the conflicts? This looks like an important feature. I know I need it.

@MatejNedic
Copy link
Member Author

Hey @timothystone-knsl ,

since I am not sure when release will be have to sync with other Maintainers. Will try to push this feature till then, you can define this as S3Client Bean on your own and it should work. Since S3AutoConfiguration should check if there is S3Client bean already existing.

@MatejNedic MatejNedic added this to the 3.1.2 milestone Jun 17, 2024
@MatejNedic
Copy link
Member Author

@maciejwalkowiak for me it is must to make user handle how he wants to store RSA or AES keys since it is security issue. This is why they need to provide implementation. KMS integration is straight forward. I would like to have this in 3.1.2. if you agree will add docs

@MatejNedic MatejNedic modified the milestones: 3.1.2, 3.2.0 Jul 31, 2024
# Conflicts:
#	spring-cloud-aws-autoconfigure/src/main/java/io/awspring/cloud/autoconfigure/s3/S3AutoConfiguration.java
#	spring-cloud-aws-autoconfigure/src/test/java/io/awspring/cloud/autoconfigure/s3/S3AutoConfigurationTests.java
#	spring-cloud-aws-dependencies/pom.xml
@maciejwalkowiak maciejwalkowiak modified the milestones: 3.2.0, 3.3.x Sep 16, 2024
@github-actions github-actions bot added the type: documentation Documentation or Samples related issue label Sep 19, 2024
@github-actions github-actions bot removed the component: sns SNS integration related issue label Sep 26, 2024
# Conflicts:
#	spring-cloud-aws-autoconfigure/src/main/java/io/awspring/cloud/autoconfigure/s3/S3AutoConfiguration.java
#	spring-cloud-aws-autoconfigure/src/main/java/io/awspring/cloud/autoconfigure/s3/properties/S3Properties.java
#	spring-cloud-aws-autoconfigure/src/test/java/io/awspring/cloud/autoconfigure/s3/S3AutoConfigurationTests.java
#	spring-cloud-aws-dependencies/pom.xml
@github-actions github-actions bot added component: cloudwatch CloudWatch integration related issue component: parameter-store Parameter Store integration related issue component: secrets-manager Secrets Manager integration related issue labels Oct 17, 2024
@github-actions github-actions bot removed component: cloudwatch CloudWatch integration related issue component: parameter-store Parameter Store integration related issue component: secrets-manager Secrets Manager integration related issue labels Oct 30, 2024
# Conflicts:
#	spring-cloud-aws-dependencies/pom.xml
@MatejNedic MatejNedic merged commit dc67ca3 into awspring:main Nov 6, 2024
4 checks passed
@maciejwalkowiak maciejwalkowiak modified the milestones: 3.3.x, 3.3.0 Nov 6, 2024
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: dependency-upgrade Dependency version bump type: documentation Documentation or Samples related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants