Skip to content

Commit

Permalink
x-minio-replication-encrypted-multipart as allowed header (#1943)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
  • Loading branch information
shtripat committed Feb 28, 2024
1 parent a0865af commit baec12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ var supportedReplicationEncryptionHeaders = map[string]bool{
"x-minio-replication-server-side-encryption-sealed-key": true,
"x-minio-replication-server-side-encryption-seal-algorithm": true,
"x-minio-replication-server-side-encryption-iv": true,
"x-minio-replication-encrypted-multipart": true,
// Add more supported headers here.
// Must be lower case.
}
Expand Down

0 comments on commit baec12a

Please sign in to comment.