We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a0172 commit 9352e1fCopy full SHA for 9352e1f
README.md
@@ -27,14 +27,15 @@ one Datasrouce has one S3 Bucket connection.
27
```
28
'Datasource' => [
29
'my_s3_connection' => [
30
- 'class' => 'CakeS3\Datasource\Connection',
+ 'className' => 'CakeS3\Datasource\Connection',
31
'key' => 'put your s3 access key',
32
'secret' => 'put your s3 access secret',
33
'bucketName' => 'put your bucket name',
34
],
35
36
37
38
+
39
Setup new table using s3 connection.
40
41
`$_connectionName` is your wrote connection name in `config/app.php` Datasource.
0 commit comments