aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore
Commit message (Expand)AuthorAgeFilesLines
* compare cached filesize on downloadMaxence Lange2022-12-012-3/+15
* allow disabling object store write checkRobin Appelman2022-10-261-1/+7
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-5/+5
* Avoid allocating too much memory for the bufferJulius Härtl2022-10-111-1/+1
* Merge pull request #32740 from jasperweyne/patch-2Carl Schwan2022-09-191-0/+2
|\
| * Merge branch 'master' into patch-2Jasper Weyne2022-08-112-13/+28
| |\
| * | Disable ~/.aws/config access by S3ConnectionTraitJasper Weyne2022-06-071-0/+2
* | | don't update the folder size if we know it hasn't changedRobin Appelman2022-08-161-1/+1
| |/ |/|
* | don't set `null` as a bundle pathRobin Appelman2022-07-271-3/+6
* | only use nextcloud bundle when explicitly enabledRobin Appelman2022-07-052-10/+15
* | also use nextcloud certificate bundle when downloading from s3Robin Appelman2022-07-052-10/+17
|/
* Cleanup temporary files after finishing the write to object storageJulius Härtl2022-06-021-0/+2
* Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-261-6/+5
* Add a metadata service to store file metadataCarl Schwan2022-04-131-1/+1
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-1/+2
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-5/+5
* don't try to get custom certs for s3 primary storageRobin Appelman2022-03-152-3/+10
* use the nextcloud certificate bundle for s3Robin Appelman2022-03-141-1/+6
* Wrap S3 multipart upload exceptionLouis Chemineau2022-02-161-1/+1
* Wrap S3 multipart upload exceptionLouis Chemineau2022-02-151-1/+1
* Make max size for single put uploads configurableJulius Härtl2021-12-292-2/+6
* Fix php-cs for S3ConnectionTrait.phpJulius Härtl2021-12-211-1/+0
* Merge pull request #27493 from cuppett/cuppett/simplify-aws-credential-providerJulius Härtl2021-12-211-6/+2
|\
| * Simplify S3ConnectionTrait to defaultProvider plus optionStephen Cuppett2021-11-221-6/+2
* | 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