Skip to content

Commit

Permalink
upgrade aws s3 v2 adapter to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Saada committed Feb 17, 2016
1 parent 9ca837c commit 3b1fd53
Show file tree
Hide file tree
Showing 4 changed files with 547 additions and 272 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ return [
Either run

```bash
$ composer require league/flysystem-aws-s3-v2
$ composer require league/flysystem-aws-s3-v3
```

or add

```
"league/flysystem-aws-s3-v2": "~1.0"
"league/flysystem-aws-s3-v3": "~1.0"
```

to the `require` section of your `composer.json` file and configure application `components` as follows
Expand All @@ -113,7 +113,8 @@ return [
'key' => 'your-key',
'secret' => 'your-secret',
'bucket' => 'your-bucket',
// 'region' => 'your-region',
'region' => 'your-region',
// 'version' => 'latest',
// 'baseUrl' => 'your-base-url',
// 'prefix' => 'your-prefix',
// 'options' => [],
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"league/flysystem": "~1.0"
},
"require-dev": {
"league/flysystem-aws-s3-v2": "~1.0",
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-azure": "~1.0",
"league/flysystem-cached-adapter": "~1.0",
"league/flysystem-copy": "~1.0",
Expand Down
Loading

0 comments on commit 3b1fd53

Please sign in to comment.