aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/ObjectStore/S3Test.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-4/+4
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* ci: Skip flaky test on PHP 8.3Joas Schilling2024-08-211-0/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(tests): Add messages to assertions to explain what failedJoas Schilling2024-01-261-8/+8
* fix(tests): Fix deprecation errors in S3 testsFerdinand Thiessen2024-01-261-1/+2
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-161-1/+1
* Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-201-0/+86
* Run s3 tests againJulius Härtl2021-06-301-6/+1
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-211-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman2020-04-011-3/+19
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* always use multipart uploader for s3 uploadsRobin Appelman2019-01-281-3/+28
* 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