summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/amazons3.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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