Merge pull request #4265 from berendt/OC_Files_Storage_AmazonS3_phpdoc

added @var tags
remotes/origin/stable6
Jörn Friedrich Dreyer 12 years ago
commit 77dad7070d
  1. 15
      apps/files_external/lib/amazons3.php

@ -33,10 +33,25 @@ use Aws\S3\Exception\S3Exception;
class AmazonS3 extends \OC\Files\Storage\Common {
/**
* @var \Aws\S3\S3Client
*/
private $connection;
/**
* @var string
*/
private $bucket;
/**
* @var array
*/
private static $tmpFiles = array();
/**
* @var bool
*/
private $test = false;
/**
* @var int
*/
private $timeout = 15;
private function normalizePath($path) {

Loading…
Cancel
Save