summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Fix empty file uploads to S3Roeland Jago Douma2019-02-151-2/+23
| |/
* / Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma2019-02-151-2/+2
|/
* Fix: Check if `$this->params['user']` is an arrayWilliam Pain2019-02-051-1/+1
* always use multipart uploader for s3 uploadsRobin Appelman2019-01-281-2/+5
* Merge pull request #13032 from nextcloud/objectstore-write-existsMorris Jobke2019-01-145-5/+40
|\
| * upload new files in objectstore to a .part path firstRobin Appelman2018-12-121-5/+17
| * Add objectExists to objectstore interfaceRobin Appelman2018-12-124-0/+23
* | Cache tokens when using swift's v2 authenticationRobin Appelman2019-01-132-17/+86
|/
* 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