Skip to content

Commit 9352e1f

Browse files
authored
fixed README.md
1 parent c6a0172 commit 9352e1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ one Datasrouce has one S3 Bucket connection.
2727
```
2828
'Datasource' => [
2929
'my_s3_connection' => [
30-
'class' => 'CakeS3\Datasource\Connection',
30+
'className' => 'CakeS3\Datasource\Connection',
3131
'key' => 'put your s3 access key',
3232
'secret' => 'put your s3 access secret',
3333
'bucketName' => 'put your bucket name',
3434
],
3535
],
3636
```
3737

38+
3839
Setup new table using s3 connection.
3940

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

0 commit comments

Comments
 (0)