Skip to content

Commit

Permalink
Merge pull request laravel#1486 from GrahamForks/aws
Browse files Browse the repository at this point in the history
Fixed the flysystem aws package name
  • Loading branch information
taylorotwell committed May 30, 2015
2 parents 422eeca + cea3507 commit 68b85ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ When using the `local` driver, note that all file operations are relative to the

Before using the S3 or Rackspace drivers, you will need to install the appropriate package via Composer:

- Amazon S3: `league/flysystem-aws-s3-v2 ~1.0`
- Amazon S3: `league/flysystem-aws-s3-v3 ~1.0`
- Rackspace: `league/flysystem-rackspace ~1.0`

<a name="basic-usage"></a>
Expand Down

0 comments on commit 68b85ef

Please sign in to comment.