aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/amazons3.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-27/+27
| * merge master into filesystemRobin Appelman2012-12-031-10/+18
| |\
| * | drop filectime from the filesystem api'sRobin Appelman2012-10-201-2/+0
| * | fix namespace problems for external storage backendsRobin Appelman2012-10-111-2/+2
| * | implement getId for the external storage providersRobin Appelman2012-10-111-0/+6
| * | put filestorages in a namespaceRobin Appelman2012-09-071-6/+8
* | | Move storage backend tests from constructor to test functionMichael Gapczynski2012-12-281-4/+8
* | | Show status icons for mount points in external storage UIMichael Gapczynski2012-12-241-3/+11
| |/ |/|
* | fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-15/+26
|/
* Remove php close at end of fileBart Visscher2012-08-291-2/+0
* Whitespace fixes in appsBart Visscher2012-08-291-2/+2
* Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-2/+2
* Don't overwrite fake directory stream for Amazon S3 storageMichael Gapczynski2012-06-271-2/+2
* Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storageMichael Gapczynski2012-06-081-1/+1
* Initial support for Amazon S3 storage backendMichael Gapczynski2012-05-291-0/+236