Skip to content

Commit

Permalink
Support for async-aws/flysystem-s3 1.0 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Dec 22, 2020
1 parent 8217801 commit de1aa0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/config/adapters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<argument /><!-- Archive -->
<argument /><!-- Prefix -->
</service>
<service id="oneup_flysystem.adapter.async_aws_s3" class="AsyncAws\Flysystem\S3\S3FilesystemV1" abstract="true" public="false">
<service id="oneup_flysystem.adapter.async_aws_s3" class="AsyncAws\Flysystem\S3\AsyncAwsS3Adapter" abstract="true" public="false">
<argument /><!-- Client -->
<argument /><!-- Bucket -->
<argument /><!-- Prefix -->
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0"
},
"require-dev": {
"async-aws/flysystem-s3": "^0.4.0",
"async-aws/flysystem-s3": "^1.0",
"jenko/flysystem-gaufrette": "^1.0",
"league/flysystem-aws-s3-v2": "^1.0",
"league/flysystem-azure-blob-storage": "^0.1",
Expand Down Expand Up @@ -75,6 +75,9 @@
"superbalist/flysystem-google-storage": "Allows you to use Google Cloud Storage buckets",
"twistor/flysystem-stream-wrapper": "Allows you to use stream wrapper"
},
"conflict": {
"async-aws/flysystem-s3": "<1.0"
},
"config": {
"sort-packages": true
},
Expand Down

0 comments on commit de1aa0f

Please sign in to comment.