Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-27don't set `null` as a bundle pathRobin Appelman
2022-07-05only use nextcloud bundle when explicitly enableds3-crt-bundle-downloadRobin Appelman
2022-07-05also use nextcloud certificate bundle when downloading from s3Robin Appelman
2022-02-16Wrap S3 multipart upload exceptionLouis Chemineau
2022-02-15Wrap S3 multipart upload exceptionLouis Chemineau
2021-12-29Make max size for single put uploads configurableJulius Härtl
2021-10-15s3 external storage listing reworkRobin Appelman
2021-08-20Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner
2021-07-15Merge pull request #26463 from Worteks/fix-s3proxyJulius Härtl
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-21set mimetype for objects uploaded to object storagesRobin Appelman
2021-04-09fix(proxy): reaching s3 storage behind some http proxyMaxime Besson
2021-04-09fix(proxy): reaching s3 storage behind some http proxySamuel
2021-03-11remove explicit fclose from S3->writeStreamRobin Appelman
2020-11-24use in objectstore copyRobin Appelman
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-06-09Upload part size as S3 parameter instead of constant valueFlorent
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-01make seekable s3 stream genericRobin Appelman
2020-04-01Enable fseek for files in S3 storageLukas Stabe
2019-12-05Update license headersChristoph Wurst
2019-07-29Fix typo in commentMorris Jobke
2019-07-10Use HTTP1.1 to read S3 objectsRoeland Jago Douma
2019-02-15Fix empty file uploads to S3Roeland Jago Douma
2019-01-28always use multipart uploader for s3 uploadsRobin Appelman
2018-12-12Add objectExists to objectstore interfaceRobin Appelman
2018-02-14Remove unused import statementsMorris Jobke
2018-01-24Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman
2017-11-08Fix contructing headers for s3 downloadRobin Appelman
2017-11-06Update license headersMorris Jobke
2017-10-27use fopen directly when reading objects from s3Robin Appelman
2017-10-17propagate multipart upload exception when aborting uploadRobin Appelman
2017-10-11set s3 part size to 500mbRobin Appelman
2017-09-21Add tests for multipart uploadRobin Appelman
2017-09-21only do multipart upload for large filesRobin Appelman
2017-09-20multipart upload for s3 object storageRobin Appelman
2017-09-18reuse object read/write/delete logic in s3 implementationsRobin Appelman