aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/ObjectStore
Commit message (Expand)AuthorAgeFilesLines
* repair -1 folder sizes for object store background scanRobin Appelman2023-05-101-16/+26
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
* test disabling write checkRobin Appelman2022-10-262-0/+13
* fix using FSEEK_END with SeekableHttpStream to get file sizeRobin Appelman2022-09-152-0/+19
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-161-1/+1
* Check style updateCarl Schwan2022-01-131-2/+2
* Implement multibucket shift for ObjectStoreJohn Molakvoæ2021-11-111-11/+35
* Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-202-0/+105
* Run s3 tests againJulius Härtl2021-06-301-6/+1
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-213-4/+4
* apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-091-0/+24
* use in objectstore copyRobin Appelman2020-11-243-0/+24
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-4/+0
* Use a blank line after the opening tagChristoph Wurst2020-04-093-3/+9
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+0
* add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman2020-04-012-4/+20
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-262-5/+5
|/
* Make phpunit8 compatibleRoeland Jago Douma2019-11-272-3/+3
* Some php-cs fixesRoeland Jago Douma2019-11-223-1/+2
* dont delete cache entries if deleting an object from object store failedRobin Appelman2019-09-252-0/+79
* always use multipart uploader for s3 uploadsRobin Appelman2019-01-281-3/+28
* upload new files in objectstore to a .part path firstRobin Appelman2018-12-123-1/+107
* Add objectExists to objectstore interfaceRobin Appelman2018-12-121-0/+15
* Moves the logo files to logoMichael Weimann2018-10-021-1/+1
* add azure unit tests with azuriteRobin Appelman2018-06-041-0/+38
* add ci for swift primary storageRobin Appelman2018-02-081-0/+3
* Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-241-5/+12
* Add tests for multipart uploadRobin Appelman2017-09-211-4/+17
* add ci support for s3 object storeRobin Appelman2017-01-021-0/+3
* add amazon s3 objectstore backendRobin Appelman2016-11-161-0/+38
* split testing of objectstoragestorage and objectstore implementationsRobin Appelman2016-11-164-177/+319
* Allow setting a maximun number of buckets for multibucketRobin Appelman2016-11-021-5/+9
* File getMock Files testsRoeland Jago Douma2016-09-071-2/+3
* Add mapper unit testsRoeland Jago Douma2016-05-231-0/+50
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-202-0/+274