Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 1 | -17/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(tests): Add messages to assertions to explain what failed | Joas Schilling | 2024-01-26 | 1 | -8/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(tests): Fix deprecation errors in S3 tests | Ferdinand Thiessen | 2024-01-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | store unencrypted size in the unencrypted_size column | Robin Appelman | 2022-08-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Refactor writeObject to only use MultipartUpload when required | Bernd Rederlechner | 2021-08-20 | 1 | -0/+86 |
| | | | | | | Signed-off-by: Bernd Rederlechner <Bernd.Rederlechner@t-systems.com> Co-authored-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Run s3 tests again | Julius Härtl | 2021-06-30 | 1 | -6/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | set mimetype for objects uploaded to object storages | Robin Appelman | 2021-04-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -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 Appelman | 2020-04-01 | 1 | -3/+19 |
| | | | | | | the wrong range Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | always use multipart uploader for s3 uploads | Robin Appelman | 2019-01-28 | 1 | -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 ourselves | Robin Appelman | 2018-01-24 | 1 | -5/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add tests for multipart upload | Robin Appelman | 2017-09-21 | 1 | -4/+17 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add ci support for s3 object store | Robin Appelman | 2017-01-02 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add amazon s3 objectstore backend | Robin Appelman | 2016-11-16 | 1 | -0/+38 |
Signed-off-by: Robin Appelman <robin@icewind.nl> |