aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/ObjectStore/S3Test.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(tests): Add messages to assertions to explain what failedJoas Schilling2024-01-261-8/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(tests): Fix deprecation errors in S3 testsFerdinand Thiessen2024-01-261-1/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-161-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-201-0/+86
| | | | | | Signed-off-by: Bernd Rederlechner <Bernd.Rederlechner@t-systems.com> Co-authored-by: Julius Härtl <jus@bitgrid.net>
* Run s3 tests againJulius Härtl2021-06-301-6/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-211-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add basic tests for s3 seeking and add some error handling if reopen return ↵Robin Appelman2020-04-011-3/+19
| | | | | | the wrong range Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* always use multipart uploader for s3 uploadsRobin Appelman2019-01-281-3/+28
| | | | | | the multipart uploader handles non seekable streams while `upload` does not Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-241-5/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add tests for multipart uploadRobin Appelman2017-09-211-4/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add ci support for s3 object storeRobin Appelman2017-01-021-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add amazon s3 objectstore backendRobin Appelman2016-11-161-0/+38
Signed-off-by: Robin Appelman <robin@icewind.nl>