pub const HEADER_BATCH_OPERATION_KEY: &str = "x-sn-batch-operation-key";Expand description
Base64-encoded object key for this batch operation, required on request parts.
The key is base64-encoded to allow arbitrary byte sequences in object keys without conflicting with HTTP header encoding restrictions.