File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ Amazon S3 or Amazon Simple Storage Service component for Yii2.
3131 - [ attributePaths] ( #attributepaths )
3232 - [ getPresignedUrlDuration] ( #getpresignedurlduration )
3333 - [ isSuccessResponseStatus] ( #issuccessresponsestatus )
34- - [ License] ( #license )
3534
3635## Instalation
3736
@@ -43,7 +42,7 @@ composer require diecoding/yii2-aws-s3 "^1.0"
4342
4443or add to the require section of your ` composer.json ` file.
4544
46- ```
45+ ``` shell
4746" diecoding/yii2-aws-s3" : " ^1.0"
4847```
4948
@@ -365,7 +364,7 @@ class Model extends \yii\db\ActiveRecord
365364
366365Override the ` attributePaths() ` method to change the base path where the files will be saved on AWS S3.
367366
368- * You can map a different path to each file attribute of your Model/ActiveRecord.
367+ - You can map a different path to each file attribute of your ` Model/ActiveRecord ` .
369368
370369#### Using Trait Methods
371370
@@ -476,8 +475,6 @@ protected function isSuccessResponseStatus($response)
476475}
477476```
478477
479- ## License
480-
481- Yii2 AWS S3 is licensed under the MIT License.
478+ ---
482479
483- See the [ LICENSE ] ( LICENSE ) file for more information.
480+ Read more docs: https://sugengsulistiyawan.my.id/docs/opensource/yii2/aws-s3/
You can’t perform that action at this time.
0 commit comments