]> source.dussan.org Git - nextcloud-server.git/commit
add basic tests for s3 seeking and add some error handling if reopen return the wrong...
authorRobin Appelman <robin@icewind.nl>
Thu, 19 Mar 2020 14:28:02 +0000 (15:28 +0100)
committerRobin Appelman <robin@icewind.nl>
Wed, 1 Apr 2020 13:23:05 +0000 (15:23 +0200)
commit3ba46f3b50645c563c45996e5ccea884129ee187
tree7a8d82ff84fa474dd772a7d471c1af3ecfba45e0
parent7b07e7251c8a92e95da922f34dde158ddffbeeee
add basic tests for s3 seeking and add some error handling if reopen return the wrong range

Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/private/Files/Stream/SeekableHttpStream.php
tests/lib/Files/ObjectStore/ObjectStoreTest.php
tests/lib/Files/ObjectStore/S3Test.php