spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

Introduce Client side S3EncryptionClient

Open MatejNedic opened this issue 1 year ago • 4 comments

: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

MatejNedic avatar Jan 30 '24 20:01 MatejNedic

+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 avatar May 29 '24 13:05 timothystone-knsl

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

timothystone-knsl avatar May 29 '24 14:05 timothystone-knsl

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 avatar May 30 '24 09:05 MatejNedic

@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 avatar Jun 17 '24 18:06 MatejNedic