Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leodisarli committed Nov 3, 2023
1 parent 03145ff commit 82cad8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ $config = [
'secret' => '', //you must put your aws iam secret here
],
'version' => 'latest',
'region' => 'us-east-1',
'region' => 'us-east-1', //you must put your bucket region here
];
$awsBucket = new AwsBucket($config);
$bucket = 'my-bucket';
$bucket = 'my-bucket'; //you must put your bucket name here
$content = 'this is your file content';
$name = 'sample';
$extension = 'txt';
Expand Down

0 comments on commit 82cad8f

Please sign in to comment.