Skip to content

Commit

Permalink
fix(s3): suppress php deprecation warning on php8
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Sep 24, 2024
1 parent 8d63a53 commit 412f87b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/Files/ObjectStore/S3ConnectionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ public function getConnection() {
'connect_timeout' => 5
],
'use_aws_shared_config_files' => false,
'suppress_php_deprecation_warning' => true,
];

if ($this->params['s3-accelerate']) {
Expand Down

0 comments on commit 412f87b

Please sign in to comment.