You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APIs like PutObject let customers send headers starting with x-amz-server-side-encryption, APIs like GetObject and HeadObject should return them
From PutObject
APIs like
PutObject
let customers send headers starting withx-amz-server-side-encryption
, APIs likeGetObject
andHeadObject
should return themFrom
PutObject
Currently, S3Mock only accepts the
x-amz-server-side-encryption
andx-amz-server-side-encryption-aws-kms-key-id
, values are stored and returned.S3Mock should accept all encryption headers and return them.
The text was updated successfully, but these errors were encountered: