Skip to content

Commit

Permalink
Update Signature.php
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Apr 10, 2024
1 parent 7d4fe59 commit 637e036
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/Signature.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 637e036

Please sign in to comment.