summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/amazons3.php
Commit message (Expand)AuthorAgeFilesLines
* Do not remove dir entry if it has the same name as the parentVincent Petry2014-12-111-4/+1
* Merge pull request #11614 from owncloud/fix_files_external_s3_storage_id_migr...Lukas Reschke2014-10-311-3/+20
|\
| * fix files_external storage id migrationJörn Friedrich Dreyer2014-10-271-3/+20
* | Fix S3 connectionVincent Petry2014-10-221-5/+11
* | Lazy initialize external storagesVincent Petry2014-10-221-45/+55
* | guess mimetype on touchJörn Friedrich Dreyer2014-10-221-1/+3
|/
* extract batchDelete(), better commentsJörn Friedrich Dreyer2014-10-061-31/+31
* files_extern: remove empty Body and ContentLength in Amazon S3 mountAndré Gaul2014-10-021-3/+1
* fix amazon s3 issuesJörn Friedrich Dreyer2014-10-011-108/+123
* Fix copy overwrite for amazon s3Robin Appelman2014-10-011-12/+4
* Fix amazon s3 rename overwriteRobin Appelman2014-10-011-2/+10
* Fix AmazonS3 rmdir on the rootRobin Appelman2014-10-011-15/+42
* Converted an array to PHP5.3 compatible versionJohan Björk2014-09-111-2/+2
* Fixes #8326: deletion of directories on S3Johan Björk2014-09-111-17/+12
* use S3Client::encodeKey(), fixes #8325Jörn Friedrich Dreyer2014-08-201-2/+3
* Fix Signiture Does Not Match when mounting Amazon S3 external storageChristopher T. Johnson2014-07-081-13/+17
* Fix whitespace issuesRobin McCorkell2014-05-161-1/+1
* remove duplicate method checkDependencies()Thomas Müller2014-04-031-12/+0
* Moved dependency checks to end of class filesPhilipp Kapfer2014-04-031-0/+12
* Added cURL dependency for Amazon S3, Dropbox and SWIFTPhilipp Kapfer2014-04-031-0/+12
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
* Fixed test function for S3Vincent Petry2013-12-031-2/+4
* Fixed Amazon S3 ext storage config UIVincent Petry2013-12-031-3/+3
* Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-221-8/+0
* Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-17/+22
* use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-2/+2
* Compare result are already true/falseBart Visscher2013-08-171-1/+1
* Merge pull request #4265 from berendt/OC_Files_Storage_AmazonS3_phpdocJörn Friedrich Dreyer2013-08-011-0/+15
|\
| * added @var tagsChristian Berendt2013-08-011-0/+15
* | write all catched exception messages to the logChristian Berendt2013-08-011-0/+14
|/
* fixing style issuesChristian Berendt2013-07-101-13/+13
* use === instead of ==Christian Berendt2013-07-101-7/+7
* remove uneeded calls to touchChristian Berendt2013-07-101-2/+0
* rewrote initialisation, added testing workaroundChristian Berendt2013-07-101-23/+44
* minimize waiting timeChristian Berendt2013-07-081-1/+3
* wait methods are probably not working, just waitChristian Berendt2013-07-081-3/+1
* added exception messagesChristian Berendt2013-07-081-2/+2
* wait until bucket exists after the creationChristian Berendt2013-07-081-0/+3
* check if used bucket name is validChristian Berendt2013-07-081-0/+4
* fixed syntax errorChristian Berendt2013-07-081-1/+1
* remove needless checkChristian Berendt2013-07-081-4/+0
* replaced substr with trimChristian Berendt2013-07-081-7/+1
* removed aws.phar and added extracted zip insteadChristian Berendt2013-07-081-1/+1
* use us-west-1 as default region for Amazon S3Christian Berendt2013-07-031-1/+4
* fixing rmdir in \OC\Files\Storage\AmazonS3Christian Berendt2013-07-031-4/+4
* reworking and extending \OC\Files\Storage\AmazonS3Christian Berendt2013-07-031-117/+363
* Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-191-5/+0
|\
| * Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-5/+0
* | fixing namespaceThomas Mueller2013-02-121-1/+1
* | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-38/+41
|\|