Skip to content

Commit

Permalink
Merge pull request #57 from chenggx/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Oct 21, 2022
2 parents 9ba38a0 + da68cf5 commit a280ea9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/QiniuAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@ public function getUploadToken(string $key = null, int $expires = 3600, array $p
{
return $this->getAuthManager()->uploadToken($this->bucket, $key, $expires, $policy, $strictPolice);
}

public function verifyCallback(string $contentType = null, string $originAuthorization = null, string $url = null, string $body = null)
{
return $this->getAuthManager()->verifyCallback($contentType, $originAuthorization, $url, $body);
}

#[Pure]
protected function normalizeFileInfo(array $stats): FileAttributes
Expand Down

0 comments on commit a280ea9

Please sign in to comment.