public static function StreamWrapper::getClient in AmazonS3 7.2
Get the client associated with this stream wrapper.
Return value
\Aws\S3\S3Client
1 call to StreamWrapper::getClient()
- StreamWrapper::__construct in src/
StreamWrapper.php - Construct a new stream wrapper.
File
- src/
StreamWrapper.php, line 142 - Drupal stream wrapper implementation for Amazon S3
Class
- StreamWrapper
- @file Drupal stream wrapper implementation for Amazon S3
Namespace
Drupal\amazons3Code
public static function getClient() {
return self::$client;
}