spring-cloud-aws
spring-cloud-aws copied to clipboard
Introduce Client side S3EncryptionClient
:loudspeaker: Type of change
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
:scroll: Description
:bulb: Motivation and Context
:green_heart: How did you test it?
:pencil: Checklist
- [x] I reviewed submitted code
- [x] I added tests to verify changes
- [x] I updated reference documentation to reflect the change
- [x] All tests passing
- [x] No breaking changes
:crystal_ball: Next steps
+1 here. I see value as right now I think I'm blocked on using SSE-C in multipart uploads to a bucket.
@MatejNedic can you resolve the conflicts? This looks like an important feature. I know I need it.
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.
@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