pub const HEADER_BATCH_OPERATION_KEY: &str = "x-sn-batch-operation-key";Expand description
Object key for this batch operation, required on request parts.
The key is escaped with encode_header_value
so that keys containing characters a header value cannot carry — non-ASCII in particular — still
survive the transport.