copy_part w/ encrypted parameters; dump destination encryption
parameters on each part.
XXX fixup merge w/ previous
Resolves: rhbz#
2394511
Fixes: https://tracker.ceph.com/issues/23264
Signed-off-by: Marcus Watts <mwatts@redhat.com>
(cherry picked from commit
3452fd1235c055d773252902bfffb1e28da6af51)
dump_header(s, "x-amz-checksum-type", "FULL_OBJECT");
dump_header(s, cksum->header_name(), cksum->to_armor());
}
+ for (auto &it : crypt_http_responses)
+ dump_header(s, it.first, it.second);
end_header(s, this, to_mime_type(s->format));
dump_start(s);
struct tm tmp;