更新若干功能
This commit is contained in:
@@ -64,7 +64,7 @@ class S3CompatibleStorageService extends BaseNotAuthService implements OssStorag
|
||||
public function deleteObject(string $key): bool
|
||||
{
|
||||
$this->assertConfig();
|
||||
$key = $this->normalizeObjectKey($key);
|
||||
$key = $this->normalizeListedKey($key);
|
||||
if ($key === '') {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user