Esempio n. 1
0
 public function __construct($id = null)
 {
     parent::__construct($id, "s3_files");
     $this->client = $this->getClient(AMAZON_S3_BUCKET_NAME);
     $this->set('bucket', AMAZON_S3_BUCKET_NAME);
     $this->set('type', "application/octet-stream");
 }
Esempio n. 2
0
 public function __construct($id = null)
 {
     parent::__construct($id, "s3_files");
 }