Should I use SSE (server side encryption) header when uploading object to AWS S3?
I am trying to enable server side encryption(SSE) for objects in S3. I went through the AWS S3 documentation and understood that when you configure bucket to enable SSE (in my case, using KMS CMK) under bucket properties, any object…