diff --git a/src/Signature.php b/src/Signature.php index 2d2a7e1..088d0d2 100644 --- a/src/Signature.php +++ b/src/Signature.php @@ -7,14 +7,22 @@ class Signature { public const SIGN_HEADERS = [ - 'host', - 'content-type', - 'content-md5', + 'cache-control', 'content-disposition', 'content-encoding', 'content-length', - 'transfer-encoding', + 'content-md5', + 'content-type', + 'expires', + 'host', + 'if-match', + 'if-modified-since', + 'if-none-match', + 'if-unmodified-since', + 'origin', 'range', + 'transfer-encoding', + 'pic-operations', ]; public function __construct(public string $accessKey, public string $secretKey)