@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | if (isset($options['auth_timeout_seconds'])) { |
39 | 39 | $this->authTimeoutSeconds = $options['auth_timeout_seconds']; |
40 | 40 | } else { |
41 | - $this->authTimeoutSeconds = 12 * 60 * 60; // 12 hour default |
|
41 | + $this->authTimeoutSeconds = 12 * 60 * 60; // 12 hour default |
|
42 | 42 | } |
43 | 43 | |
44 | 44 | // set reauthorize time to force an authentication to take place |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | $this->generateAuthenticatedClient([ |
153 | 153 | 'accountId' => $this->accountId, |
154 | 154 | 'bucketId' => $options['BucketId'], |
155 | - ])->request('POST', $this->apiUrl . '/b2_delete_bucket'); |
|
155 | + ])->request('POST', $this->apiUrl.'/b2_delete_bucket'); |
|
156 | 156 | } catch (\Exception $e) { |
157 | 157 | return false; |
158 | 158 | } |