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 26cee87 commit c5a3506Copy full SHA for c5a3506
README.md
@@ -11,7 +11,7 @@ return [
11
'components' => [
12
'storage' => [
13
'class' => '\jovanialferez\yii2s3\AmazonS3',
14
- key' => 'AWS_ACCESS_KEY_ID',
+ 'key' => 'AWS_ACCESS_KEY_ID',
15
'secret' => 'AWS_SECRET_ACCESS_KEY',
16
'bucket' => 'YOUR_BUCKET',
17
],
0 commit comments