From e129947bbe57b09ff82c26d4c7589dc8e0ec50fd Mon Sep 17 00:00:00 2001 From: zyimm Date: Fri, 5 Aug 2022 03:39:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Oss.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Oss.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Oss.php b/src/Oss.php index ec54aea..7eda139 100644 --- a/src/Oss.php +++ b/src/Oss.php @@ -141,14 +141,14 @@ class Oss } /** - * getSecretKey + * bucket * * @return Oss * @throws ContainerExceptionInterface * @throws GuzzleException * @throws NotFoundExceptionInterface */ - private function bucket(): Oss + public function bucket(): Oss { $this->getSecretKey(); $time = time(); @@ -186,7 +186,7 @@ class Oss * * @throws GuzzleException */ - private function getSecretKey(): Oss + public function getSecretKey(): Oss { if (!$this->oss) {