(putReq *objectstorage.PutObjectRequest, req *objectstorage.UploadPartRequest)
| 505 | } |
| 506 | |
| 507 | func (o *Object) applyPartUploadOptions(putReq *objectstorage.PutObjectRequest, req *objectstorage.UploadPartRequest) { |
| 508 | req.OpcSseCustomerAlgorithm = putReq.OpcSseCustomerAlgorithm |
| 509 | req.OpcSseCustomerKey = putReq.OpcSseCustomerKey |
| 510 | req.OpcSseCustomerKeySha256 = putReq.OpcSseCustomerKeySha256 |
| 511 | req.OpcSseKmsKeyId = putReq.OpcSseKmsKeyId |
| 512 | } |
| 513 | |
| 514 | func metadataWithOpcPrefix(src map[string]string) map[string]string { |
| 515 | dst := make(map[string]string) |