summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore
Commit message (Expand)AuthorAgeFilesLines
* Resolves #19790, Provides Support for IAM CredentialsStephen Cuppett2020-08-201-6/+38
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-1/+1
* Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke2020-08-061-0/+44
* Fix static method call for s3 bucket compat checkChristoph Wurst2020-07-031-2/+2
* Update presign method to match with interface again.Daniel Kesselberg2020-06-251-1/+2
* Disable Client-Side Monitoring on AWS storageChristoph Wurst2020-06-151-2/+3
* Upload part size as S3 parameter instead of constant valueFlorent2020-06-092-3/+5
* Merge pull request #18955 from adrb/swift_upload_large_objectsRoeland Jago Douma2020-05-061-4/+14
|\
| * Large Object support for OpenStack Swift.Adrian Brzezinski2020-04-271-4/+14
* | Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-301-2/+2
* | Run the cs fixer for green ciRoeland Jago Douma2020-04-301-6/+0
* | Merge pull request #18883 from adrb/optimize_swift_14116Roeland Jago Douma2020-04-302-18/+48
|\ \
| * | It's a fix for issue #14116,Adrian Brzezinski2020-04-272-18/+48
| |/
* / Update license headers for 19Christoph Wurst2020-04-294-0/+5
|/
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-1/+1
* Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-04-151-0/+4
* Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-7/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-14/+6
* Use elseif instead of else ifChristoph Wurst2020-04-102-4/+4
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-1/+1
* make seekable s3 stream genericRobin Appelman2020-04-012-150/+25
* Enable fseek for files in S3 storageLukas Stabe2020-04-012-19/+147
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-0/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-263-6/+6
* Get correct mimetype on objectstoresRoeland Jago Douma2020-03-111-6/+1
* Update license headersChristoph Wurst2019-12-0513-15/+60
* Some php-cs fixesRoeland Jago Douma2019-11-224-6/+7
* dont delete cache entries if deleting an object from object store failedRobin Appelman2019-09-251-3/+11
* Fix typo in commentMorris Jobke2019-07-291-1/+1
* Fix File#putContents(string) on ObjectStorageMarcel Klehr2019-07-171-4/+4
* Use HTTP1.1 to read S3 objectsRoeland Jago Douma2019-07-101-0/+1
* Merge pull request #15715 from nextcloud/s3-bucket-nameMorris Jobke2019-05-241-1/+4
|\
| * add method to get bucket name from s3 storageRobin Appelman2019-05-241-1/+4
* | make ObjectStoreStorage::getURN publicRobin Appelman2019-05-221-1/+1
|/
* add method to get the used object store from the storageRobin Appelman2019-05-211-0/+4
* Always use a temp file for swift writesRoeland Jago Douma2019-04-181-8/+3
* Merge pull request #14424 from nextcloud/fix/13554/swift_to_tmpRoeland Jago Douma2019-03-061-1/+10
|\
| * Use a tmp file for swift writesRoeland Jago Douma2019-03-041-1/+10
* | Merge pull request #14175 from skydiablo/masterMorris Jobke2019-03-051-0/+1
|\ \ | |/ |/|
| * Update SwiftFactory.phpVolker2019-02-131-0/+1
* | Merge pull request #14254 from sparrowjack63/masterRoeland Jago Douma2019-03-011-4/+7
|\ \
| * | Bucket name - Alert in debug modeS. Cat2019-03-011-1/+1
| * | Correct code indentS. Cat2019-03-011-5/+5
| * | Warning on S3 not compatible DNS bucket nameS. Cat2019-03-011-4/+11
| * | Dont check Bucket Name in NextcloudSebastien Cat2019-03-011-4/+0
| |/
* | Merge pull request #14210 from nextcloud/fix/14192/fix_empty_uploadsRoeland Jago Douma2019-02-181-2/+23
|\ \