예제 #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");
 }
예제 #2
0
 public function __construct($id = null)
 {
     parent::__construct($id, "s3_files");
 }