summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore
Commit message (Expand)AuthorAgeFilesLines
* Add PHPDoc for thrown exceptionMorris Jobke2018-11-191-0/+1
* forward object not found error in switch as dav 404Robin Appelman2018-11-192-6/+23
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-22/+46
* Fix listing s3 objects when using google cloud aws compatibilityRobin Appelman2018-06-111-0/+5
* add azure unit tests with azuriteRobin Appelman2018-06-041-1/+28
* add azure object storage backendRobin Appelman2018-06-041-0/+91
* generateTokenFromCache is only valid for V3Roeland Jago Douma2018-04-261-2/+2
* json_decode an associative array for the swift cached tokenRoeland Jago Douma2018-04-261-1/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Merge pull request #9280 from nextcloud/bugfix/noid/swift-v3-scopeRoeland Jago Douma2018-04-241-0/+4
|\
| * Swift v3 requires setting a scopeRoeland Jago Douma2018-04-231-0/+4
* | Fix undefined variable - found by phanMorris Jobke2018-04-231-1/+1
|/
* Add more logging for the object storage during creation of the bucketsMorris Jobke2018-04-051-3/+5
* Merge pull request #8857 from nextcloud/swift-verify-cached-tokenMorris Jobke2018-03-192-12/+24
|\
| * verify cached swift tokenRobin Appelman2018-03-162-12/+24
* | Fix bucket and container usageRoeland Jago Douma2018-03-142-2/+6
* | Properly cache swift v3 tokenRoeland Jago Douma2018-03-121-1/+6
|/
* Merge pull request #8715 from nextcloud/objectstore-no-part-filesRoeland Jago Douma2018-03-081-0/+4
|\
| * disable part files for object storesRobin Appelman2018-03-071-0/+4
* | don't read existing file when overwriting using object storeRobin Appelman2018-03-071-7/+13
|/
* User proper username + passRoeland Jago Douma2018-02-261-2/+2
* add support for v3 swift authRobin Appelman2018-02-261-7/+27
* adjust swift external storage to new openstack sdkRobin Appelman2018-02-192-34/+51
* adjust swift object storage to new openstack sdkRobin Appelman2018-02-192-212/+184
* Remove unused import statementsMorris Jobke2018-02-141-3/+0
* Try to silence phanRoeland Jago Douma2018-02-081-0/+3
* don't swallow exception from touchRobin Appelman2018-02-082-2/+10
* better error message on catalog errorRobin Appelman2018-02-081-0/+4
* Merge pull request #8033 from nextcloud/s3-uploaderMorris Jobke2018-02-081-43/+2
|\
| * Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-241-43/+2
* | actually return stream from swiftRobin Appelman2018-02-071-1/+1
* | Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* | Cleanup unused codeMorris Jobke2018-01-261-2/+1
|/
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+5
* add option to use legacy v2 auth with s3Robin Appelman2017-12-192-1/+220
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* add retry wrapper when reading files from swiftRobin Appelman2017-12-041-1/+2
* only create the file cache entry after the empty file was created successfull...Bjoern Schiessle2017-11-171-14/+13
* Use non empty files for object store touchRobin Appelman2017-11-081-2/+2
* Fix contructing headers for s3 downloadRobin Appelman2017-11-081-1/+7
* Change @georgehrke's emailMorris Jobke2017-11-061-0/+1
* Merge pull request #7083 from nextcloud/update-license-headersMorris Jobke2017-11-066-0/+11
|\
| * Update license headersMorris Jobke2017-11-066-0/+11
* | Better error message for invalid bucket namesMorris Jobke2017-11-061-2/+2
|/
* Merge pull request #6958 from nextcloud/improved-mimetype-detection-for-objec...Joas Schilling2017-11-011-1/+9
|\
| * Improve mimetype detection for object storagesMorris Jobke2017-10-261-1/+9
* | use fopen directly when reading objects from s3Robin Appelman2017-10-271-5/+8
|/
* propagate multipart upload exception when aborting uploadRobin Appelman2017-10-171-0/+1
* set s3 part size to 500mbRobin Appelman2017-10-111-1/+3
* Add tests for multipart uploadRobin Appelman2017-09-211-2/+2