Google\Cloud\Tests\Storage\EncryptionTraitTest::getCopySourceEncryptionHeaders PHP Method

getCopySourceEncryptionHeaders() private method

private getCopySourceEncryptionHeaders ( $key, $hash )
    private function getCopySourceEncryptionHeaders($key, $hash)
    {
        return ['x-goog-copy-source-encryption-algorithm' => 'AES256', 'x-goog-copy-source-encryption-key' => $key, 'x-goog-copy-source-encryption-key-sha256' => $hash];
    }