Skip to content

Commit 5c47535

Browse files
authored
Remove FlySystem Adapter code (#1543)
1 parent d845a1b commit 5c47535

19 files changed

+1
-2024
lines changed

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"illuminate/cache": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
2222
"illuminate/queue": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
2323
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
24-
"league/flysystem": "^1.0.65",
25-
"league/mime-type-detection": "^1.0",
2624
"matthiasnoback/symfony-config-test": "^4.1",
2725
"monolog/monolog": "^1.1 || ^2.0",
2826
"nette/php-generator": "^3.6.4",
@@ -67,7 +65,6 @@
6765
"AsyncAws\\ElastiCache\\": "src/Service/ElastiCache/src",
6866
"AsyncAws\\EventBridge\\": "src/Service/EventBridge/src",
6967
"AsyncAws\\Firehose\\": "src/Service/Firehose/src",
70-
"AsyncAws\\Flysystem\\S3\\": "src/Integration/Flysystem/S3/src",
7168
"AsyncAws\\Iam\\": "src/Service/Iam/src",
7269
"AsyncAws\\Illuminate\\Cache\\": "src/Integration/Laravel/Cache/src",
7370
"AsyncAws\\Illuminate\\Queue\\": "src/Integration/Laravel/Queue/src",
@@ -119,7 +116,6 @@
119116
"AsyncAws\\ElastiCache\\Tests\\": "src/Service/ElastiCache/tests",
120117
"AsyncAws\\EventBridge\\Tests\\": "src/Service/EventBridge/tests",
121118
"AsyncAws\\Firehose\\Tests\\": "src/Service/Firehose/tests",
122-
"AsyncAws\\Flysystem\\S3\\Tests\\": "src/Integration/Flysystem/S3/tests",
123119
"AsyncAws\\Iam\\Tests\\": "src/Service/Iam/tests",
124120
"AsyncAws\\Illuminate\\Cache\\Tests\\": "src/Integration/Laravel/Cache/tests",
125121
"AsyncAws\\Illuminate\\Queue\\Tests\\": "src/Integration/Laravel/Queue/tests",

psalm.baseline.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,6 @@
5353
<code><![CDATA[array_merge($options, ['Bucket' => $bucket, 'Key' => $key])]]></code>
5454
</InvalidArgument>
5555
</file>
56-
<file src="src/Integration/Flysystem/S3/src/AsyncAwsS3Adapter.php">
57-
<InvalidArgument>
58-
<code><![CDATA[array_merge($options, [
59-
'Bucket' => $this->bucket,
60-
'Key' => $key,
61-
'Body' => $body,
62-
'ACL' => $acl,
63-
])]]></code>
64-
<code><![CDATA[array_merge($this->options, [
65-
'Bucket' => $this->bucket,
66-
'Key' => $location,
67-
])]]></code>
68-
</InvalidArgument>
69-
</file>
7056
<file src="src/Integration/Laravel/Cache/src/AsyncAwsDynamoDbStore.php">
7157
<RedundantCast>
7258
<code><![CDATA[(int) $e->getCode()]]></code>

src/Integration/Flysystem/S3/.gitattributes

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Integration/Flysystem/S3/.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Integration/Flysystem/S3/.github/workflows/.editorconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/Integration/Flysystem/S3/.github/workflows/branch_alias.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

src/Integration/Flysystem/S3/.github/workflows/checks.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/Integration/Flysystem/S3/.github/workflows/ci.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/Integration/Flysystem/S3/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Integration/Flysystem/S3/CHANGELOG.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)