Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Leave a commented line for debugging - Tested succesfully with a Ceph…
Browse files Browse the repository at this point in the history
… storage
  • Loading branch information
cdujeu committed Aug 5, 2014
1 parent e8fb8dc commit 19886dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/access.s3/class.s3AccessDriver.php
Expand Up @@ -63,6 +63,7 @@ public function initRepository()
}
$this->s3Client = S3Client::factory($options);
$this->s3Client->registerStreamWrapper();
//$this->s3Client->addSubscriber(LogPlugin::getDebugPlugin());

if (is_array($this->pluginConf)) {
$this->driverConf = $this->pluginConf;
Expand Down

0 comments on commit 19886dc

Please sign in to comment.