Merge pull request #26072 from nextcloud/s3-no-explicit-close

remove explicit fclose from S3->writeStream
pull/24965/head
Roeland Jago Douma 2021-03-12 08:21:54 +07:00 committed by GitHub
commit 98d2f3bc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

@ -104,8 +104,6 @@ trait S3ObjectTrait {
throw $e;
}
}
fclose($countStream);
}
/**