]> 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)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 22 May 2020 13:31:10 +0000 (15:31 +0200)
commit23560884e6020f02ad4837fe3d03a473b2083819
tree990fee8efa6c210c526e037d691af116b566eabd
parent2ecf23a4dca154c6e0415bacd0a779c5db830667
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