From 3e53e25cd17704eeb529d0869ecdeccc2a699364 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 1 Aug 2013 10:05:01 +0200 Subject: added @var tags --- apps/files_external/lib/amazons3.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'apps/files_external') diff --git a/apps/files_external/lib/amazons3.php b/apps/files_external/lib/amazons3.php index f2dd6108b1a..99ca261284e 100644 --- a/apps/files_external/lib/amazons3.php +++ b/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) { -- cgit v1.2.3