Skip to content

Commit

Permalink
fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sters authored Dec 15, 2016
1 parent c6a0172 commit 9352e1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ one Datasrouce has one S3 Bucket connection.
```
'Datasource' => [
'my_s3_connection' => [
'class' => 'CakeS3\Datasource\Connection',
'className' => 'CakeS3\Datasource\Connection',
'key' => 'put your s3 access key',
'secret' => 'put your s3 access secret',
'bucketName' => 'put your bucket name',
],
],
```


Setup new table using s3 connection.

`$_connectionName` is your wrote connection name in `config/app.php` Datasource.
Expand Down

0 comments on commit 9352e1f

Please sign in to comment.