aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore
Commit message (Expand)AuthorAgeFilesLines
* Fix Guzzle function callsCôme Chilliet2021-11-232-5/+5
* Implement multibucket shift for ObjectStoreJohn Molakvoæ2021-11-111-2/+15
* Merge pull request #29115 from nextcloud/work/carl/correct-permissions-when-c...Carl Schwan2021-10-281-0/+8
|\
| * Fix permissions when copying from ObjectStorageCarl Schwan2021-10-281-0/+8
* | s3 external storage listing reworkRobin Appelman2021-10-151-1/+1
|/
* Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-202-20/+61
* Merge pull request #26463 from Worteks/fix-s3proxyJulius Härtl2021-07-142-2/+15
|\
| * fix(proxy): use accessorMaxime Besson2021-06-301-2/+2
| * fix(proxy): reaching s3 storage behind some http proxyMaxime Besson2021-04-091-4/+4
| * fix(proxy): reaching s3 storage behind some http proxySamuel2021-04-092-2/+15
* | Merge pull request #27586 from nextcloud/bugfi/noid/objectstore-checksumblizzz2021-07-011-0/+1
|\ \
| * | Reset checksum when writing files to object storeJulius Härtl2021-06-211-0/+1
* | | Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-1/+1
|/ /
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0414-23/+11
* | Merge pull request #27040 from nextcloud/FlorentCoppint-masterMorris Jobke2021-05-251-0/+1
|\ \
| * | Avoid reading ~/.aws/config when using S3 providerFlorent2021-05-201-0/+1
* | | explicitly close source stream on object store upload even if count wrapper i...Robin Appelman2021-04-291-0/+3
|/ /
* | set mimetype for objects uploaded to object storagesRobin Appelman2021-04-215-23/+18
* | use returned file id for object store copyRobin Appelman2021-03-121-6/+6
|/
* Merge pull request #25722 from nextcloud/objectstore-copy-crossRobin Appelman2021-03-121-0/+14
|\
| * apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-091-0/+14
* | remove explicit fclose from S3->writeStreamRobin Appelman2021-03-111-2/+0
|/
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Merge pull request #24700 from Imajie/s3-credsRoeland Jago Douma2021-02-021-1/+5
|\
| * Fix failing testsJames Letendre2020-12-151-1/+1
| * Add web identity provider to S3 connection chainJames Letendre2020-12-151-13/+4
| * Replace defaultProvider with explicit calls to exclude user home directory lo...James Letendre2020-12-141-1/+15
| * Resolves #24699, Support ES2 and ECS instance providers for S3 bucketsJames Letendre2020-12-141-2/+1
* | Update license headersChristoph Wurst2020-12-301-0/+1
* | Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-3/+4
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-221-2/+2
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-211-2/+2
| |/
* / Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
|/
* use in objectstore copyRobin Appelman2020-11-245-5/+83
* Allow config to specify the bucket existsRoeland Jago Douma2020-11-061-1/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-0/+5
* Run stat less often for objectstoragesRoeland Jago Douma2020-09-081-0/+10
* Only update the filecache entry once the file has been written to S3Roeland Jago Douma2020-08-311-2/+11
* Don't lose filecache entry on s3 overwrite errorRoeland Jago Douma2020-08-311-5/+16
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-246-0/+6
* 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