Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(s3): suppress php deprecation warning on php8
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb authored and nickvergessen committed Sep 26, 2024
commit a22ee3ebb021020b107371b9f187889bb98ab49c
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