Skip to content
Snippets Groups Projects
Commit 5bc818cf authored by Conrad Lara's avatar Conrad Lara
Browse files

Issue #3291824 by cmlara, jacobbell84, darvanen: Incompatibility with aws sdk 3.228.0

parent e005518e
No related branches found
No related tags found
No related merge requests found
...@@ -1608,23 +1608,6 @@ class S3fsStream extends StreamWrapper implements StreamWrapperInterface { ...@@ -1608,23 +1608,6 @@ class S3fsStream extends StreamWrapper implements StreamWrapperInterface {
return $params; return $params;
} }
/**
* {@inheritdoc}
*
* Ensure the S3 protocol is registered to this class and not parents.
*
* @param \Aws\S3\S3ClientInterface $client
* Client object.
* @param string $protocol
* Protocol to use.
* @param \Aws\CacheInterface|null $cache
* Cache.
*/
// phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found,Drupal.Commenting.FunctionComment.Missing
public static function register(S3ClientInterface $client, $protocol = 's3', CacheInterface $cache = NULL) {
parent::register($client, $protocol, $cache);
}
/** /**
* Helper method to resolve a path to its non-relative location. * Helper method to resolve a path to its non-relative location.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment